Форум: "Прочее";
Текущий архив: 2006.09.10;
Скачать: [xml.tar.bz2];
ВнизЕще вопрос по Екселю. Как получить список именованных ячеек? Найти похожие ветки
← →
Карелин Артем © (2006-08-15 13:00) [0]Никак не могу получить список именованных ячеек. Думал что ListNames метод из Range мне даст нужную инфу, а результат его отладчик из C# представляет в виде булевого значения.
← →
Сергей М. © (2006-08-15 13:52) [1]В справке же все написано ..
ListNames Method
Pastes a list of all nonhidden names onto the worksheet, beginning with the first cell in the range.
expression.ListNames
expression Required. An expression that returns a Worksheet object.
Remarks
Use the Names property to return a collection of all the names on a worksheet.
Example
This example pastes a list of defined names into cell A1 on Sheet1. The example pastes both workbook-level names and sheet-level names defined on Sheet1.
Worksheets("Sheet1").Range("A1").ListNames
Страницы: 1 вся ветка
Форум: "Прочее";
Текущий архив: 2006.09.10;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.043 c