Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetCompositedStyleProperties Method


In This Topic
    GetCompositedStyleProperties Method
    In This Topic
    Gets composited style and return its properties. Support feature exporting to html
    Syntax
    'Declaration
     
    
    Public Function GetCompositedStyleProperties( _
       ByVal viewRowIndex As Integer, _
       ByVal viewColumnIndex As Integer, _
       ByRef cellType As ICellType, _
       ByRef formatter As IFormatter, _
       ByRef renderer As IRenderer, _
       ByRef border As IBorder, _
       ByRef cellPadding As CellPadding, _
       ByRef workbook As Workbook _
    ) As StyleFormat
    'Usage
     
    
    Dim instance As SheetView
    Dim viewRowIndex As Integer
    Dim viewColumnIndex As Integer
    Dim cellType As ICellType
    Dim formatter As IFormatter
    Dim renderer As IRenderer
    Dim border As IBorder
    Dim cellPadding As CellPadding
    Dim workbook As Workbook
    Dim value As StyleFormat
     
    value = instance.GetCompositedStyleProperties(viewRowIndex, viewColumnIndex, cellType, formatter, renderer, border, cellPadding, workbook)

    Parameters

    viewRowIndex
    viewColumnIndex
    cellType
    formatter
    renderer
    border
    cellPadding
    workbook
    Remarks
    Internal use only
    See Also