RemoveSheet Method (IDocument)
Deletes the specified
Sheet from the document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveSheet( _
BSTR Name As System.String _
) |
C# | |
---|
void RemoveSheet(
System.string Name
) |
JavaScript | |
---|
RemoveSheet(
Name : System.String
) |
COM native C++ | |
---|
HRESULT RemoveSheet(
const dsString& Name
) |
Parameters
- Name
- Name of the Sheet to delete from the document
See Also
Availability
DraftSight V1R5.0