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

Base class for a family of classes that store an entire column of graph metric values.
The derived classes differ in how the graph metric values are mapped to worksheet rows.
Наследование: Object
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
m_bConvertUrlsToHyperlinks System.Boolean
m_fColumnWidthChars Double
m_sColumnName String
m_sNumberFormat String
m_sStyle String
m_sTableName String
m_sWorksheetName String

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

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

Initializes a new instance of the GraphMetricColumn class.

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

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

Do not use this constructor.

Приватные методы

Метод Описание
AssertValid ( ) : void

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

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

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

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

Initializes a new instance of the GraphMetricColumn class.
public GraphMetricColumn ( String worksheetName, String tableName, String columnName, Double columnWidthChars, String numberFormat, String style ) : 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 apply Excel's normal style. Sample: /// "Bad". ///
Результат System

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

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

protected Boolean,System m_bConvertUrlsToHyperlinks
Результат System.Boolean

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

protected Double m_fColumnWidthChars
Результат Double

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

protected String m_sColumnName
Результат String

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

protected String m_sNumberFormat
Результат String

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

protected String m_sStyle
Результат String

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

protected String m_sTableName
Результат String

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

protected String m_sWorksheetName
Результат String