Search
NamedRange Constructor (String, String)
See Also
 






Initializes a new instance of the NamedRange class.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public NamedRange (
    string name,
    string cellRange
)

Visual Basic  Copy Code

Public New ( _
    name As String, _
    cellRange As String _
)

 Parameters

name

The initial name of the range.

cellRange

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