Spread WPF 17
GrapeCity.Excel Namespace / IExcelTableColumn Interface
Properties

In This Topic
    IExcelTableColumn Interface Members
    In This Topic

    The following tables list the members exposed by IExcelTableColumn.

    Public Properties
     NameDescription
     PropertyRepresents the formula that is used to perform the calculation for each cell in this column.  
     PropertyA flag indicate whether the CalculatedColumnFormula is array formula or not.  
     PropertyAn integer representing the unique identifier of this column. This should be unique per table.  
     PropertyA string representing the unique caption of the table column. This is what shall be displayed in the header row in the UI, and is referenced through functions. This name shall be unique per table.  
     PropertyRepresents the formula that is used to perform the calculation the totals cell of the column  
     PropertyAn enumeration indicating which type of aggregation to show in the totals row cell for this column  
     PropertyA flag indicate whether the TotalsRowFunction is array formula or not.  
     PropertyA string to show in the totals row cell for this column.  
    Top
    See Also