Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheet Interface / getUsedRange Method / getUsedRange() Method
In This Topic
    getUsedRange() Method
    In This Topic
    Gets the used range, its behavior is equivalent to getUsedRange(EnumSet.of(UsedRangeType.Axis, UsedRangeType.Data, UsedRangeType.Comment, UsedRangeType.Style, UsedRangeType.Merge))
    Syntax
    IRange getUsedRange()
    See Also