'Declaration
Public Function GetRenderStyle( _ ByVal worksheet As Worksheet, _ ByVal row As Integer, _ ByVal column As Integer, _ ByRef result As CfExecutedResult _ ) As Boolean
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.