ComponentOne Excel for .NET
ComponentOne Excel for .NET
C1.Excel Assembly
/
C1.Excel Namespace
/
C1XLBook Class
/ Clear Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
Clear Method (C1XLBook)
In This Topic
Clears the
C1XLBook
, restoring the initial state with a single
XLSheet
called "Sheet1".
Syntax
Visual Basic
C#
'Declaration Public Sub Clear()
public void Clear()
Remarks
The
Clear
method restores the
C1XLBook
object to its initial state, with a single empty sheet called "Sheet1" and the
DefaultFont
set to 10pt Arial.
See Also
Reference
C1XLBook Class
C1XLBook Members