MindFusion.Wpf Pack Programmer's Guide
NamedRange.CellRange Property
See Also
 





Gets or sets the cell or range of cells associated with this named range.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public string CellRange { get; set; }

Visual Basic  Copy Code

Public Property CellRange As String

 Property Value

A string value, in the format Sheet1!A1:B2 or Sheet1!R1C1:R2C2.

 Remarks

Specifying an invalid or incomplete cell range will throw an exception. A cell range without sheet name is considered incomplete.

 See Also

NamedRange Members
NamedRange Class
MindFusion.Spreadsheet.Wpf Namespace