XlsWorksheetBase
TypedRects Property
|
Returns inner rects collection. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public RectangleCollection TypedRects { get; }
Public ReadOnly Property TypedRects As RectangleCollection
Get
public:
property RectangleCollection^ TypedRects {
RectangleCollection^ get ();
}
member TypedRects : RectangleCollection with get
Property Value
Type:
RectangleCollection
See Also