Gets or sets the cell or range of cells associated with this named range.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string CellRange { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CellRange As String |
A string value, in the format Sheet1!A1:B2 or Sheet1!R1C1:R2C2.
RemarksSpecifying an invalid or incomplete cell range will throw an exception. A cell range without sheet name is considered incomplete.
See Also