Initializes a new instance of the NamedRange class.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public NamedRange ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The initial name of the range.
The initial cell range, in the Sheet1!A1:B2 or Sheet1!R1C1:R2C2 format. The range must include a sheet name or an exception will be thrown.
See Also