HasSheet Method (IDocument) Send Feedback
See Also 
HasSheet[out]
True if the document contains the specified Sheet, false if not
Name
Name of the Sheet
Gets whether the document contains the specified Sheet.

Syntax

Visual Basic 
Function HasSheet( _
   ByVal Name As System.String _
) As System.Boolean
C# 
System.bool HasSheet( 
   System.string Name
)
JavaScript 
HasSheet( 
   Name : String
) : Boolean
COM native C++ 
HRESULT HasSheet( 
   BSTR Name,
   VARIANT_BOOL* HasSheet
) 
C++ 
DSRESULT HasSheet( 
   const dsString& Name,
   bool* HasSheet
) 

Parameters

Name
Name of the Sheet
HasSheet[out] or Return Value
True if the document contains the specified Sheet, false if not
 

See Also

Availability

DraftSight V1R5.0