Gets the Sheets for the document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSheets2() As System.Object |
C# | |
---|
System.object GetSheets2() |
JavaScript | |
---|
GetSheets2() : Array |
Parameters
- SheetArray[out] or Return Value
- Array of Sheets
Example
This code snippet shows how to get the Sheets in a document.
COM native C++
_variant_t pVariantArray = dsDoc->GetSheets2();
if( V_VT( &pVariantArray ) != VT_EMPTY )
{
. . .
}
Example
Remarks
See Also
Availability
DraftSight V1R6.0