HasSheet Method (IDocument)
Gets whether the document contains the specified
Sheet.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function HasSheet( _
const dsString& Name As System.String _
) As System.Boolean |
C# | |
---|
System.bool HasSheet(
System.string Name
) |
JavaScript | |
---|
HasSheet(
Name : String
) : Boolean |
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