'Declaration Public Sub SetColumnFormula( _ ByVal tableColumnIndex As System.Integer, _ ByVal formula As System.String _ )
'Usage Dim instance As SheetTable Dim tableColumnIndex As System.Integer Dim formula As System.String instance.SetColumnFormula(tableColumnIndex, formula)
public void SetColumnFormula( System.int tableColumnIndex, System.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.