'Declaration Public Function GetColumnFormula( _ ByVal tableColumnIndex As System.Integer _ ) As System.Object
'Usage Dim instance As SheetTable Dim tableColumnIndex As System.Integer Dim value As System.Object value = instance.GetColumnFormula(tableColumnIndex)
public System.object GetColumnFormula( System.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.