Spread Windows Forms 17
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.
A CellRenderOptions value indicates settings for rendering the cell.
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, _
       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.
    See Also