C1.WPF.Excel Namespace : XLSheet Class |
For a list of all members of this type, see XLSheet members.
Name | Description | |
---|---|---|
Clone | Creates a copy of this sheet. | |
CopyFormula | Copies the formula from a source cell to a destination cell, adjusting relative references. | |
GetCell | Gets a reference to a cell at the specified coordinates or null if the cell doesn't exist. | |
GetFormattedText | Gets formatted text is using XLStyle format value of the cell. | |
GetRangeToRepeat | Returns a value indicating whether print titles are specified for this worksheet. (Print titles are rows repeated at top, and columns repeated at left of each page when the sheet is printed.) Output parameters indicate the indices of title rows and columns. | |
Load | Overloaded. Loads the Excel worksheet from a file. | |
LoadCsv | Overloaded. Loads data from a file containing comma-separated values (.csv) into the current sheet. | |
SaveCsv | Overloaded. Saves data from the current sheet into a comma-separated values (.csv) formatted file. | |
SetRangeToRepeat | Specifies the range of rows and columns to use as print titles for this worksheet. (Print titles are rows repeated at top, and columns repeated at left of each page when the sheet is printed.) |