Excel for WPF | ComponentOne
C1.WPF.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