Click or drag to resize

ExcelTableReaderGetDefinedNames Method

Returns a collection of all of the defined names that are contained within the workbook.

Namespace:  MicaSystems.Utils.Excel
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public Dictionary<string, string> GetDefinedNames()

Return Value

Type: DictionaryString, String
See Also