VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors Namespace / SheetCellEditor Class / SetStyle(SpreadsheetDocumentEditor,TextProperties,FontProperties,VintasoftColor,CellBorders,String) Method
Syntax Requirements SeeAlso
In This Topic
    SetStyle(SpreadsheetDocumentEditor,TextProperties,FontProperties,VintasoftColor,CellBorders,String) Method (SheetCellEditor)
    In This Topic
    Sets the style index that has specified properties.
    Syntax
    'Declaration
    
    Public Sub SetStyle( _
    ByVal documentEditor
    The document editor.
    As SpreadsheetDocumentEditor, _
    ByVal textProperties
    The text properties.
    As Vintasoft.Imaging.Office.Spreadsheet.Document.TextProperties, _
    ByVal fontProperties
    The font properties.
    As Vintasoft.Imaging.Office.Spreadsheet.Document.FontProperties, _
    ByVal backgroundColor
    Color of the background.
    As Vintasoft.Primitives.VintasoftColor, _
    ByVal borders
    The borders.
    As Vintasoft.Imaging.Office.Spreadsheet.Document.CellBorders, _
    ByVal numberFormat
    The number format.
    As System.String _
    )

    Parameters

    documentEditor
    The document editor.
    textProperties
    The text properties.
    fontProperties
    The font properties.
    backgroundColor
    Color of the background.
    borders
    The borders.
    numberFormat
    The number format.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also