VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors Namespace / SpreadsheetDocumentEditor Class / AddStyle() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    AddStyle() Method (SpreadsheetDocumentEditor)
    In This Topic
    Adds new style.
    Syntax
    'Declaration
    
    Public Function AddStyle() As System.Int32
    
    
    public System.Int32 AddStyle()
    
    
    public: System.Int32 AddStyle()
    
    
    public:
    System.Int32 AddStyle()

    Return Value

    The index of added style.
    Remarks

    Parameters of new style will be copied from the first style of document.

    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