Gets or sets the cell or range of cells associated with this named range.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public string CellRange { get; set; } |
Visual Basic
![]() |
---|
Public Property CellRange As String |
A string value, in the format Sheet1!A1:B2 or Sheet1!R1C1:R2C2.
Specifying an invalid or incomplete cell range will throw an exception. A cell range without sheet name is considered incomplete.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |