Class TableColumn
Inheritance
System.Object
TableColumn
Assembly: DRIT.Spreadsheet.dll
Syntax
public class TableColumn : object
Properties
Declaration
public string CalculatedFormula { get; set; }
Property Value
Type |
Description |
System.String |
|
DataCellStyle
Declaration
public string DataCellStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
HeaderRowCellStyle
Declaration
public string HeaderRowCellStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
TotalsRowCellStyle
Declaration
public string TotalsRowCellStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TotalsRowFormula { get; set; }
Property Value
Type |
Description |
System.String |
|
TotalsRowFunction
Declaration
public TotalsRowFunction TotalsRowFunction { get; set; }
Property Value
TotalsRowLabel
Declaration
public string TotalsRowLabel { get; set; }
Property Value
Type |
Description |
System.String |
|