GrapeCity.Documents.Excel Namespace / IWorksheet Interface / UsedRange Property
In This Topic
UsedRange Property (IWorksheet)
In This Topic
Returns the IRange object that represents the used range on the specified worksheet, its behavior is equivalent to GetUsedRange(UsedRangeType.Axis | UsedRangeType.Data | UsedRangeType.Comment | UsedRangeType.Style | UsedRangeType.Merge)
Syntax
IRange UsedRange {get;}
See Also