AddColumn | Adds a new column. |
AddRow | Adds a new row. |
AutoFitColumn | Overloaded. Autofits the column width. This method autofits a column based on content in a range of cells within the column from startRow to endRow. AutoFitColumn is an imprecise function. |
AutoFitColumns | Overloaded. Autofits columns width in a rectangle range. AutoFitColumns is an imprecise function. |
AutoFitRow | Overloaded. Autofits the row height. This method autofits a row based on content in a range of cells within the row from startColumn to endColumn. AutoFitRow is an imprecise function. |
AutoFitRows | Overloaded. Autofits rows height in a rectangle range. AutoFitRows is an imprecise function. |
CellInMerged | Gets a value whether the specified cell location is in merges. |
CellRangeInMerge | Gets a value that indicates whether the specified cell range in merges. |
ClearCell | Overloaded. Clears cell's value, style, hyperlink, picture, comment etc at specified row, column. |
ClearMerges | Clear all merges. |
ClearSelection | Clear the selection in Worksheet. |
ColInMerged | Gets a value that indicates whether the specified column in merges. |
ColInSelection | Determines whether the specified column at index is in selected. |
CreateRange | Overloaded. Creates a CellRange object from a range of worksheet. |
DataBind | Binds data from data source object with Worksheet object. |
DataUnbind | Unbind data from data source object with Worksheet object. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
ExportDataTable | Overloaded. Exports data in the Cells collection of a Worksheet to a specifed DataTable object. |
GetFocusedCell | Gets the focused cell. |
GetFocusedCellLocation | Gets a cell location which is focused. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetLastSelection | Gets the cell range of last selected. |
GetMerge | Gets the cell range of the merge at the specified index. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GroupColumns | Overloaded. Groups columns. |
GroupRows | Overloaded. Groups rows. |
ImportDataTable | Imports a DataTable object into a worksheet. |
InSelection | Determines whether the specified cell location is in selected. |
InsertColumn | Inserts a new column. |
InsertRow | Inserts a new row. |
IsCellFocused | Determines whether the cell is focused. |
Merge | Overloaded. Merges a specified range of cells into a single cell. |
MergeFocused | Gets the index of the focused merge. |
RemoveColumn | Removes a column at the specified index. |
RemoveRow | Removes a row at the specified index. |
RowInMerged | Gets a value that indicates whether the specified row in merges. |
RowInSelection | Determines whether the specified row at index is in selected. |
SetFirstVisibleColumn | Set the first visible column index of sheet view. |
SetFirstVisibleRow | Set the first visible row index of sheet view. |
SetFocusedCell | Overloaded. Sets the cell focus at the specified location. |
SetFont | Sets font object to cellRange. |
SetFontColor | Sets font color to cellRange. |
SetStyle | Overloaded. Sets style object to cellRange. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
UngroupColumns | Ungroups columns. |
UngroupRows | Ungroups rows. |
Unmerge | Overloaded. Unmerges a specified range of merged cells. |