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

Stores one color column of the results of a call to .
Наследование: AutoFillColumnResults
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
m_bSourceColumnContainsNumbers System.Boolean
m_oCategoryNames ICollection
m_oDestinationColor1 Color
m_oDestinationColor2 Color

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

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

Initializes a new instance of the class with default values that indicate that the column wasn't autofilled.

AutoFillColorColumnResults ( System.Boolean sourceColumnContainsNumbers, String sourceColumnName, Double sourceCalculationNumber1, Double sourceCalculationNumber2, Int32 decimalPlaces, Color destinationColor1, Color destinationColor2, ICollection categoryNames ) : System

Initializes a new instance of the class with specified values.

ConvertFromString ( String asFields, Int32 iStartIndex ) : Int32
ConvertToString ( ) : String

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

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

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

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

Initializes a new instance of the class with default values that indicate that the column wasn't autofilled.
public AutoFillColorColumnResults ( ) : System
Результат System

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

Initializes a new instance of the class with specified values.
public AutoFillColorColumnResults ( System.Boolean sourceColumnContainsNumbers, String sourceColumnName, Double sourceCalculationNumber1, Double sourceCalculationNumber2, Int32 decimalPlaces, Color destinationColor1, Color destinationColor2, ICollection categoryNames ) : System
sourceColumnContainsNumbers System.Boolean /// true if the source column contains numbers, false if it contains /// categories. ///
sourceColumnName String /// Name of the source column, or null if the column wasn't autofilled. /// Used only if is true. ///
sourceCalculationNumber1 Double /// The actual first source number used in the calculations. /// Used only if is true. ///
sourceCalculationNumber2 Double /// The actual second source number used in the calculations. /// Used only if is true. ///
decimalPlaces System.Int32 /// The number of decimal places displayed in the column. /// Used only if is true. ///
destinationColor1 Color /// The first color used in the destination column. /// Used only if is true. ///
destinationColor2 Color /// The second color used in the destination column. /// Used only if is true. ///
categoryNames ICollection /// Collection of category names from the source column. Used only if /// is false, in which case /// it can be empty but not null. ///
Результат System

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

public ConvertFromString ( String asFields, Int32 iStartIndex ) : Int32
asFields String
iStartIndex System.Int32
Результат System.Int32

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

public ConvertToString ( ) : String
Результат String

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

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

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

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

protected ICollection m_oCategoryNames
Результат ICollection

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

protected Color m_oDestinationColor1
Результат Color

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

protected Color m_oDestinationColor2
Результат Color