Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISpreadsheet Interface / GetStyleFormat Method
An integer value indicates the index of row
An integer value indicates the index of column


In This Topic
GetStyleFormat Method (ISpreadsheet)
In This Topic
Gets the direct of a cell
Syntax
'Declaration
 
Function GetStyleFormat( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As StyleFormat
 
'Usage
 
Dim instance As ISpreadsheet
Dim row As Integer
Dim column As Integer
Dim value As StyleFormat
 
value = instance.GetStyleFormat(row, column)

Parameters

row
An integer value indicates the index of row
column
An integer value indicates the index of column

Return Value

The of a cell
See Also