'Declaration
Public Function GetRenderStyle( _ ByVal worksheet As Worksheet, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal options As CellRenderOptions, _ ByRef result As CfExecutedResult _ ) As Boolean
'Usage
Dim instance As Styles Dim worksheet As Worksheet Dim row As Integer Dim column As Integer Dim options As CellRenderOptions Dim result As CfExecutedResult Dim value As Boolean value = instance.GetRenderStyle(worksheet, row, column, options, 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.
- options
- A CellRenderOptions value indicates settings for rendering the cell.
- 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.