CreateSheet Method (IDocument) Send Feedback
See Also 
Sheet[out]
Sheet
Name
Name of the Sheet to create
Creates a Sheet using the specified name.

Syntax

Visual Basic 
Function CreateSheet( _
   ByVal Name As System.String _
) As Sheet
C# 
Sheet CreateSheet( 
   System.string Name
)
JavaScript 
CreateSheet( 
   Name : String
) : dsSheet
COM native C++ 
HRESULT CreateSheet( 
   BSTR Name,
   ISheet** Sheet
) 
C++ 
DSRESULT CreateSheet( 
   const dsString& Name,
   dsSheet** Sheet
) 

Parameters

Name
Name of the Sheet to create
Sheet[out] or Return Value
Sheet
 

See Also

Availability

DraftSight V1R5.0