[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISort.Range

Range Property

Range

Gets or sets the range of cells to sort.

Declaration
IRange Range { get; set; }
Property Range As IRange
Examples
ISort sort = worksheet.Sort;
sort.Range = worksheet.Range["A1:B4"];
IRange range = sort.Range;