프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_aoGraphMetricValuesWithID | Smrf.NodeXL.ExcelTemplate.GraphMetricValueWithID[] |
메소드 | 설명 | |
---|---|---|
AssertValid ( ) : void | ||
GraphMetricColumnWithID ( String worksheetName, String tableName, String columnName, Double columnWidthChars, String numberFormat, String style, |
Initializes a new instance of the GraphMetricColumnWithID class.
|
메소드 | 설명 | |
---|---|---|
GraphMetricColumnWithID ( ) : System |
Do not use this constructor.
|
public GraphMetricColumnWithID ( String worksheetName, String tableName, String columnName, Double columnWidthChars, String numberFormat, String style, |
||
worksheetName | String | /// Name of the worksheet containing the column. /// |
tableName | String | /// Name of the table (ListObject) containing the column. /// |
columnName | String | /// Name of the column. /// |
columnWidthChars | Double |
/// Width of the column, in characters, or |
numberFormat | String | /// Number format of the column, or null if the column is not numeric. /// Sample: "0.00". /// |
style | String | /// Style of the column, or null to not apply a style. Sample: "Bad". /// |
graphMetricValuesWithID | /// Array of graph metric values, one value per calculated column cell. /// | |
리턴 | System |