ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLStyle Class / XLStyle Constructor
Parent C1XLBook.

In This Topic
    XLStyle Constructor
    In This Topic
    Creates a new instance of XLStyle and adds it to the specified C1XLBook.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal book As C1XLBook _
    )
    public XLStyle( 
       C1XLBook book
    )

    Parameters

    book
    Parent C1XLBook.
    See Also