Name | Description | |
---|---|---|
![]() | DocumentEditor | Gets the document editor. |
![]() | Worksheet | Gets the worksheet. |
Name | Description | |
---|---|---|
![]() | DocumentEditor | Gets the document editor. |
![]() | Worksheet | Gets the worksheet. |
Name | Description | |
---|---|---|
![]() | AddChart | Adds the chart. |
![]() | AddDrawing | Adds the drawing to the sheet. |
![]() | AddHyperlink | Adds a hyperlink to Hyperlinks. |
![]() | AddMergedCells | Adds the merged cells to MergedCells. |
![]() | ClearCellsContents | Clears contents (value and formula) of specified cells. |
![]() | CreateCellCommentEditor | Creates the editor of CellComment. |
![]() | CreateChartPropertiesEditor | Creates the chart properties editor of SheetDrawing. |
![]() | CreateDrawingEditor | Creates the editor of SheetDrawing. |
![]() | CreateSheetCellEditor | Overloaded. Creates the editor of |
![]() | InsertColumns | Inserts the columns to the sheet. |
![]() | InsertRows | Inserts the rows to the sheet. |
![]() | MoveWorksheet | Moves the worksheet in Worksheets list. |
![]() | RemoveCellComment | Removes the comment that is associated with specified cell. |
![]() | RemoveColumns | Removes the columns from sheet. |
![]() | RemoveDrawing | Removes the drawing from Drawings. |
![]() | RemoveHyperlink | Removes a hyperlink from Hyperlinks. |
![]() | RemoveHyperlinks | Removes all hyperlinks from Hyperlinks, which are intersected with specified cell references. |
![]() | RemoveMergedCells | Removes the merged cells from MergedCells. |
![]() | RemoveRows | Removes the rows from sheet. |
![]() | SetCellComment | Adds new comment for specified cell. |
![]() | SetColumnsIsHidden | Sets value of IsHidden property for specified columns. |
![]() | SetColumnsStyleIndex | Sets the StyleIndex property for specified columns. |
![]() | SetColumnsWidth | Sets the Width property for specified columns. |
![]() | SetFormat | Sets the Format property. |
![]() | SetHyperlink | Sets the hyperlink. |
![]() | SetName | Sets the workseet name. |
![]() | SetRowAutoHeight | Sets AutoHeight property to for specified row. |
![]() | SetRowsAutoHeight | Sets the Height property for specified rows. |
![]() | SetRowsHeight | Sets the Height property for specified rows. |
![]() | SetRowsIsHidden | Sets value of IsHidden property for specified rows. |
![]() | SetRowsStyleIndex | Sets the StyleIndex property for specified rows. |
![]() | SetView | Sets the View property. |
![]() | UnmergeCells | Unmerges cells, which are intersecting with cells. |