XlsWorkbook
Objects Property
|
Gets or sets the collection of objects in the workbook.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected XlsWorkbookObjectsCollection Objects { get; }
Protected ReadOnly Property Objects As XlsWorkbookObjectsCollection
Get
protected:
property XlsWorkbookObjectsCollection^ Objects {
XlsWorkbookObjectsCollection^ get ();
}
member Objects : XlsWorkbookObjectsCollection with get
Property Value
Type:
XlsWorkbookObjectsCollection
See Also