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

Stores an entire column of graph metric values, where the values are mapped to the next worksheet row.
The graph metric value returned by GraphMetricValuesOrdered should be written to the worksheet rows in sequential row order -- the first value in the first row, the second value in the second row, and so on.
Наследование: GraphMetricColumn
Показать файл Открыть проект Примеры использования класса

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

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

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

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

Initializes a new instance of the class.

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

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

Do not use this constructor.

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

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

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

GraphMetricColumnOrdered() защищенный Метод

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

GraphMetricColumnOrdered() публичный Метод

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

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

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

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