Skip to main content

ExcelDefinedNameSettings Constructors

Contains options used to select data from a range of cells specified using the defined name.
Name Parameters Description
ExcelDefinedNameSettings() none Initializes a new instance of the ExcelDefinedNameSettings class.
ExcelDefinedNameSettings(String, String) definedName, scope Initializes a new instance of the ExcelDefinedNameSettings class.
ExcelDefinedNameSettings(String) definedName Initializes a new instance of the ExcelDefinedNameSettings class.
See Also