Show / Hide Table of Contents

Class TableColumn

Inheritance
System.Object
TableColumn
Namespace: DRIT.Spreadsheet.Tables
Assembly: DRIT.Spreadsheet.dll
Syntax
public class TableColumn : object

Properties

CalculatedFormula

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

TotalsRowFormula

Declaration
public string TotalsRowFormula { get; set; }
Property Value
Type Description
System.String

TotalsRowFunction

Declaration
public TotalsRowFunction TotalsRowFunction { get; set; }
Property Value
Type Description
TotalsRowFunction

TotalsRowLabel

Declaration
public string TotalsRowLabel { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX