Xbasic
Office::ExcelDocumentFindSheet Method
Syntax
.FindSheet as L (Sheet as P, Name as C)
Arguments
- SheetPointer
- NameCharacter
Returns
- resultLogical
Returns .T. if operation succeeds, otherwise .F.. The Office::ExcelDocument CallResult object will contain additional information if the operation fails.
Description
Get a spreadsheet by name.
Example
dim Doc as Office::ExcelDocument
See Also