Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetTable Class / SetColumnFormula Method
The column index of the table footer. The index is zero-based.
The footer text. A null value indicates that the cell value of the sheet is displayed.


In This Topic
    SetColumnFormula Method
    In This Topic
    Sets the table footer formula with a specified index.
    Syntax
    'Declaration
     
    Public Sub SetColumnFormula( _
       ByVal tableColumnIndex As Integer, _
       ByVal formula As String _
    ) 
    'Usage
     
    Dim instance As SheetTable
    Dim tableColumnIndex As Integer
    Dim formula As String
     
    instance.SetColumnFormula(tableColumnIndex, formula)
    public void SetColumnFormula( 
       int tableColumnIndex,
       string formula
    )

    Parameters

    tableColumnIndex
    The column index of the table footer. The index is zero-based.
    formula
    The footer text. A null value indicates that the cell value of the sheet is displayed.
    See Also