Xbasic
Office::ExcelDocumentGetSheet Method
Syntax
.GetSheet as Office::Spreadsheet (Index as N)
Arguments
- IndexNumeric
Returns
- resultOffice::Spreadsheet
Description
Get the spreadsheet at the index specified.
Example
dim Doc as Office::ExcelDocument
See Also