GetCompositedStyleProperties Method
In This Topic
Gets composited style and return its properties. Support feature exporting to html
Syntax
'Declaration
Public Function GetCompositedStyleProperties( _
ByVal As Integer, _
ByVal viewColumnIndex As Integer, _
ByRef As ICellType, _
ByRef As IFormatter, _
ByRef As IRenderer, _
ByRef As IBorder, _
ByRef As CellPadding, _
ByRef 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
See Also