C# Класс Smrf.NodeXL.ExcelTemplate.GraphMetricColumnWithID

Stores an entire column of graph metric values, where the values are mapped to worksheet rows by row IDs.
The graph metric value returned by GraphMetricValuesWithID should be written to the worksheet rows identified by the property. (Row IDs get written to the worksheet when the worksheet is read by WorkbookReader.)
Наследование: GraphMetricColumn
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_aoGraphMetricValuesWithID Smrf.NodeXL.ExcelTemplate.GraphMetricValueWithID[]

Открытые методы

Метод Описание
AssertValid ( ) : void
GraphMetricColumnWithID ( String worksheetName, String tableName, String columnName, Double columnWidthChars, String numberFormat, String style, GraphMetricValueWithID graphMetricValuesWithID ) : System

Initializes a new instance of the GraphMetricColumnWithID class.

Защищенные методы

Метод Описание
GraphMetricColumnWithID ( ) : System

Do not use this constructor.

Описание методов

AssertValid() публичный метод

public AssertValid ( ) : void
Результат void

GraphMetricColumnWithID() защищенный метод

Do not use this constructor.
protected GraphMetricColumnWithID ( ) : System
Результат System

GraphMetricColumnWithID() публичный метод

Initializes a new instance of the GraphMetricColumnWithID class.
public GraphMetricColumnWithID ( String worksheetName, String tableName, String columnName, Double columnWidthChars, String numberFormat, String style, GraphMetricValueWithID graphMetricValuesWithID ) : System
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 to set the width automatically. ///
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 GraphMetricValueWithID /// Array of graph metric values, one value per calculated column cell. ///
Результат System

Описание свойств

m_aoGraphMetricValuesWithID защищенное свойство

protected GraphMetricValueWithID[],Smrf.NodeXL.ExcelTemplate m_aoGraphMetricValuesWithID
Результат Smrf.NodeXL.ExcelTemplate.GraphMetricValueWithID[]