Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GetStyleFormat Method


In This Topic
GetStyleFormat Method (Styles)
In This Topic
Syntax
'Declaration
 
Public Shared Function GetStyleFormat( _
   ByVal worksheet As Worksheet, _
   ByVal style As IStyle _
) As StyleFormat
 
'Usage
 
Dim worksheet As Worksheet
Dim style As IStyle
Dim value As StyleFormat
 
value = Styles.GetStyleFormat(worksheet, style)

Parameters

worksheet
style
See Also