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

In This Topic
    Style Property (XLCellRange)
    In This Topic
    Gets or sets the XLStyle object associated with this range of cells.
    Syntax
    'Declaration
     
    Public Property Style As XLStyle
    public XLStyle Style {get; set;}
    See Also