In This Topic
Creates a new
XLSheet with a given name and appends it to the collection.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal As System.String _
) As XLSheet
public XLSheet Add(
System.string
)
Parameters
- name
- The name of the new XLSheet.
Return Value
A reference to the new
XLSheet object.
See Also