Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetTable Class / GetColumnFormula Method
The column index of the table footer. The index is zero-based.


In This Topic
    GetColumnFormula Method
    In This Topic
    Gets the table footer formula with a specified index.
    Syntax
    'Declaration
     
    Public Function GetColumnFormula( _
       ByVal tableColumnIndex As Integer _
    ) As Object
    'Usage
     
    Dim instance As SheetTable
    Dim tableColumnIndex As Integer
    Dim value As Object
     
    value = instance.GetColumnFormula(tableColumnIndex)
    public object GetColumnFormula( 
       int tableColumnIndex
    )

    Parameters

    tableColumnIndex
    The column index of the table footer. The index is zero-based.

    Return Value

    The text of the specified header cell.
    Remarks
    This method returns null if there is no footer setting and the cell value of the sheet is displayed.
    See Also