[]
Gets the formatted text in the cell on this sheet using the IFormatter object for the cell.
public string GetText(int row, int column)
Public Function GetText(row As Integer, column As Integer) As String
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
Type | Description |
---|---|
string | A formatted text in the cell. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |