Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetStyleInfo Method / GetStyleInfo(Int32,Int32) Method
Row index
Column index


In This Topic
GetStyleInfo(Int32,Int32) Method
In This Topic
Gets the style information for a specified cell on this sheet.
Syntax
'Declaration
 
Public Overloads Overridable Function GetStyleInfo( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As StyleInfo
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim value As StyleInfo
 
value = instance.GetStyleInfo(row, column)

Parameters

row
Row index
column
Column index
See Also