ChartSheet Methods |
The ChartSheet type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Activate |
Makes the current sheet the active sheet. Equivalent to clicking the
sheet's tab in MS Excel.
(Inherited from
XlsWorksheetBase
.)
|
|
|
AddReference |
Increase the quantity of reference. User must use this method when
new wrapper on object is created or reference on object stored.
(Inherited from
XlsObject
.)
|
|
|
AddTextEffectShape |
Adds a text effect shape to the worksheet.
(Inherited from
XlsWorksheetBase
.)
|
|
|
CheckDisposed |
Checks whether object was disposed and throws exception if it was.
(Inherited from
XlsObject
.)
|
|
|
CheckForSupportGridLine |
Chacks for existing gridlines in chart.
(Inherited from
XlsChart
.)
|
|
|
ClearCellImageCache |
Clear Cell image array cache,not delete CellImage in cell.
(Inherited from
XlsWorksheetBase
.)
|
|
|
Clone(Object) |
Clones current instance.
(Inherited from
XlsChart
.)
|
|
|
Clone(Dictionary String, String , Object, Dictionary Int32, Int32 ) |
Obsolete.
Clones current instance.
(Inherited from
XlsChart
.)
|
|
|
Dispose |
Dispose object and free resources.
(Inherited from
XlsObject
.)
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Destructor. Call dispose method of current object.
(Inherited from
XlsObject
.)
|
|
|
FindParent(Type) |
This method is used to find parent with specific type.
(Inherited from
XlsObject
.)
|
|
|
FindParent( Type ) |
Find parent of object.
(Inherited from
XlsObject
.)
|
|
|
FindParent(Type, Boolean) |
This method is used to find parent with specific type.
(Inherited from
XlsObject
.)
|
|
|
FindParents |
Finds parent objects.
(Inherited from
XlsObject
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
InitializeCollections |
Initializes the collections used by the derived class.
(Inherited from
XlsChart
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
MoveChartsheet |
Moves chartsheet into new position.
(Inherited from
XlsChart
.)
|
|
|
MoveSheet |
Moves sheet into new position, including chartsheet and worksheet.
(Inherited from
XlsWorksheetBase
.)
|
|
|
OnDispose |
Method which can be overriden by users to take any specific actions when
object is disposed.
(Inherited from
XlsObject
.)
|
|
|
Protect(String) |
Protects worksheet with password.protect the sheet except select lock/unlock cells.
(Inherited from
XlsWorksheetBase
.)
The following code illustrates how to protect the sheet except select lock/unlock cells:
<para>//Create worksheet</para><para>Workbook workbook = new Workbook();</para><para>Worksheet worksheet = workbook.Worksheets[0];</para><para>//Protects the first worksheet's content with password</para><para>worksheet.Protect("123456");</para><para>//Save to file</para><para>workbook.SaveToFile("Protect.xlsx");</para>
|
|
|
Protect(String, SheetProtectionType) |
Protects worksheet with password.
(Inherited from
XlsWorksheetBase
.)
|
|
|
ReleaseReference |
Decrease quantity of Reference. User must call this method
when freeing resources.
(Inherited from
XlsObject
.)
|
|
|
Select |
Selects current tab sheet.
(Inherited from
XlsWorksheetBase
.)
|
|
|
SelectTab |
Adds sheet tab to the selected tab.
(Inherited from
XlsWorksheetBase
.)
|
|
|
SetChanged |
This method should be called after any changes in the worksheet.
Sets Saved property of the parent workbook to false.
(Inherited from
XlsWorksheetBase
.)
|
|
|
SetParent |
Sets parent of the object.
(Inherited from
XlsObject
.)
|
|
|
SetToDefaultGridlines |
Sets to default chart grid lines on chart type or serie type changing.
(Inherited from
XlsChart
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
|
|
ToSVGStream |
Convert chart to Svg stream
|
|
|
Unprotect |
Unprotects this wokrsheet.
(Inherited from
XlsWorksheetBase
.)
|
|
|
Unprotect(String) |
Unprotects this worksheet using specified password.
(Inherited from
XlsWorksheetBase
.)
|
|
|
Unselect |
Unselects current tab sheet if possible.
(Inherited from
XlsWorksheetBase
.)
|
|
|
Unselect(Boolean) |
Unselects current tab sheet if possible.
(Inherited from
XlsWorksheetBase
.)
|