[]
Gets the text in the specified column footer cell on this sheet.
public string GetColumnFooterText(int row, int column)
Public Function GetColumnFooterText(row As Integer, column As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | row | Column header row footer index |
| int | column | Column footer index |
| Type | Description |
|---|---|
| string | A text displayed in the column footer. |