C# Class Smrf.NodeXL.ExcelTemplate.GraphMetricValueWithID

Stores one graph metric value for one worksheet row, where the value is mapped to a row by a row ID.
The graph metric value should be written to the worksheet row identified by the RowID property. (Row IDs get written to the worksheet when the worksheet is read by WorkbookReader.)
Inheritance: GraphMetricValue
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_iRowID System.Int32

Public Methods

Method Description
AssertValid ( ) : void
GraphMetricValueWithID ( ) : System

Initializes a new instance of the GraphMetricValueWithID class with default values.

GraphMetricValueWithID ( Int32 rowID, Object value ) : System

Initializes a new instance of the GraphMetricValueWithID class with specified values.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

GraphMetricValueWithID() public method

Initializes a new instance of the GraphMetricValueWithID class with default values.
public GraphMetricValueWithID ( ) : System
return System

GraphMetricValueWithID() public method

Initializes a new instance of the GraphMetricValueWithID class with specified values.
public GraphMetricValueWithID ( Int32 rowID, Object value ) : System
rowID System.Int32 /// ID stored in the worksheet row. ///
value Object /// Graph metric value for the row. ///
return System

Property Details

m_iRowID protected_oe property

protected Int32,System m_iRowID
return System.Int32