DefinedNameCollection

Přehled

DefinedNameCollection je třída v Aspose.Cells pro NET. Dědici: IEnumerable<DefinedName>.

DefinedNameCollection.Add adds a new defined name with the specified formula to the workbook.

Vlastnosti

Název:Typ:PřístupPopis:
CountintČtěte.Získejte celkový počet definovaných jmen v souborě.

Metody

Podpis:Popis:
Add(name: string, formula: string)Přidává definovaný název s rozsahem pracovní knihy se stanoveným vzorcem
Add(name: string, formula: string, localSheetIndex: int?)
RemoveAt(index: int)Odstraňuje definovaný název v uvedeném indexu souboru
GetEnumerator()Vrátí počítatel pro iterování přes definované jména
 Čeština