Skip to main content
A newer version of this page is available. .

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