Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelSetStyle Method
Excel XML style
Name of style
Style identifier, index


In This Topic
    ExcelSetStyle Method
    In This Topic
    Sets the Excel XML style.
    Syntax
    'Declaration
     
    
    Function ExcelSetStyle( _
       ByVal style As ExcelXMLStyle, _
       ByVal name As String, _
       ByVal id As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelXml
    Dim style As ExcelXMLStyle
    Dim name As String
    Dim id As Integer
    Dim value As Boolean
     
    value = instance.ExcelSetStyle(style, name, id)
    bool ExcelSetStyle( 
       ExcelXMLStyle style,
       string name,
       int id
    )

    Parameters

    style
    Excel XML style
    name
    Name of style
    id
    Style identifier, index
    See Also