ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLRow Class / Style Property

In This Topic
    Style Property (XLRow)
    In This Topic
    Gets or sets the XLStyle object that determines the appearance of the row.
    Syntax
    'Declaration
     
    Public Property Style As XLStyle
    public XLStyle Style {get; set;}
    See Also