WorksheetsCollection
Create Method
|
Creates a new worksheet.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Worksheet Create()
Public Function Create As Worksheet
public:
Worksheet^ Create()
member Create : unit -> Worksheet
Return Value
Type:
Worksheet
See Also