







A named range
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelNamedRange( string name, ExcelWorksheet nameSheet, ExcelWorksheet sheet, string address ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ name As String, _ nameSheet As ExcelWorksheet, _ sheet As ExcelWorksheet, _ address As String _ ) |
Visual C++ |
---|
public: ExcelNamedRange( String^ name, ExcelWorksheet^ nameSheet, ExcelWorksheet^ sheet, String^ address ) |
Parameters
- name
- Type: System..::.String
The name
- nameSheet
- Type: OfficeOpenXml..::.ExcelWorksheet
The sheet containing the name. null if its a global name
- sheet
- Type: OfficeOpenXml..::.ExcelWorksheet
Sheet where the address points
- address
- Type: System..::.String
The address