CreateSheet Method (IDocument)
Creates a Sheet using the specified name.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateSheet( _
BSTR Name As System.String _
) As Sheet |
C# | |
---|
Sheet CreateSheet(
System.string Name
) |
JavaScript | |
---|
CreateSheet(
Name : System.String\n) : dsSheet |
Parameters
- Name
- Name of the Sheet to create
Parameters
- Sheet[out] or Return Value
- Sheet
See Also
Availability
DraftSight V1R5.0