Visual Basic | |
---|---|
Function HasSheet( _ ByVal 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
IDocument Interface
IDocument Members
IDocument::CopySheet Method ()
IDocument::CreateSheet Method ()
IDocument::CreateSheetByTemplate Method ()
IDocument::GetSheet Method ()
IDocument::GetSheets Method ()
IDocument::RemoveSheet Method ()
IDocument Members
IDocument::CopySheet Method ()
IDocument::CreateSheet Method ()
IDocument::CreateSheetByTemplate Method ()
IDocument::GetSheet Method ()
IDocument::GetSheets Method ()
IDocument::RemoveSheet Method ()
DraftSight V1R5.0