IXlSheet Methods
Represents a worksheet in a workbook.
Name | Description |
---|---|
Begin |
Starts filtering data in the specified cell range. |
Begin |
Starts creating a new group in the worksheet. |
Begin |
Starts creating a new group in the worksheet. |
Create |
Creates a new column in the worksheet and returns the IXl |
Create |
Creates a new column in the worksheet with the specified index. |
Create |
Creates a picture to be inserted into the worksheet. |
Create |
Creates a new row in the worksheet and returns the IXl |
Create |
Creates a new row in the worksheet with the specified index. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
End |
Finishes filtering data in the cell range after calling the IXl |
End |
Finalizes the group creation after calling the IXl |
Skip |
Specifies the number of successive columns to be skipped in the worksheet before starting to generate a new column. |
Skip |
Specifies the number of successive rows to be skipped in the worksheet before starting to generate a new row. |
See Also