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
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_iRowID System.Int32

Méthodes publiques

Méthode 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 méthode

public AssertValid ( ) : void
Résultat void

GraphMetricValueWithID() public méthode

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

GraphMetricValueWithID() public méthode

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. ///
Résultat System

Property Details

m_iRowID protected_oe property

protected Int32,System m_iRowID
Résultat System.Int32