Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / GetNumberFormat Method / GetNumberFormat(Int32,Int32,Boolean) Method
An integer value indicates the row index of cell.
An integer value indicates the column index of cell.
A boolean value indicating whether the cell value started with a quote symbol character.


In This Topic
GetNumberFormat(Int32,Int32,Boolean) Method
In This Topic
Gets the number format from the specified cell on this sheet.
Syntax
'Declaration
 
Public Overloads Function GetNumberFormat( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByRef isQuoted As Boolean _
) As NumberFormat
 
'Usage
 
Dim instance As Worksheet
Dim row As Integer
Dim column As Integer
Dim isQuoted As Boolean
Dim value As NumberFormat
 
value = instance.GetNumberFormat(row, column, isQuoted)

Parameters

row
An integer value indicates the row index of cell.
column
An integer value indicates the column index of cell.
isQuoted
A boolean value indicating whether the cell value started with a quote symbol character.

Return Value

The System.Object value of the cell.
See Also