'Declaration
Public Overloads Function GetNumberFormat( _ ByVal row As Integer, _ ByVal column As Integer _ ) As NumberFormat
'Usage
Dim instance As Worksheet Dim row As Integer Dim column As Integer Dim value As NumberFormat value = instance.GetNumberFormat(row, column)
public NumberFormat GetNumberFormat( int row, int column )
Parameters
- row
- An integer value indicates the row index of cell.
- column
- An integer value indicates the column index of cell.
Return Value
The System.Object value of the cell.