ICombinedRange
GetRectangles Method
|
Returns array that contains information about range.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Rectangle[] GetRectangles()
Function GetRectangles As Rectangle()
array<Rectangle>^ GetRectangles()
abstract GetRectangles : unit -> Rectangle[]
Return Value
Type:
Rectangle
Rectangles that describes range
See Also