Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GetRenderStyle Method
A Worksheet object indicates the worksheet.
An integer value indicates the row index.
An integer value indicates the column index.
Represents all necessary style settings to render of the specified cell.


In This Topic
GetRenderStyle Method
In This Topic
Gets the rendered style of the specified cell.
Syntax
'Declaration
 
Public Function GetRenderStyle( _
   ByVal worksheet As Worksheet, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByRef result As CfExecutedResult _
) As Boolean
 
'Usage
 
Dim instance As Styles
Dim worksheet As Worksheet
Dim row As Integer
Dim column As Integer
Dim result As CfExecutedResult
Dim value As Boolean
 
value = instance.GetRenderStyle(worksheet, row, column, result)

Parameters

worksheet
A Worksheet object indicates the worksheet.
row
An integer value indicates the row index.
column
An integer value indicates the column index.
result
Represents all necessary style settings to render of the specified cell.

Return Value

true if the render style need to be normalized with Normal style, false otherwise.
See Also