WorksheetModel
Opinie generală
WorksheetModel este o clasă în Aspose.Cells FOSS pentru C++.
Reprezintă modelul fișei de lucru.
Această clasă oferă 37 de metode pentru a lucra cu obiecte WorksheetModel în programe C++. Metodele disponibile includ: AutoFilterModel, GetAutoFilter, GetCells, GetColumns, GetConditionalFormattings, GetHyperlinks, GetMergeRegions, GetName, GetPageSetup, GetProtection, GetRows, GetTabColor, și 10 metode suplimentare. Toți membrii publicului sunt accesibili oricărei aplicații C++ după instalarea pachetului Aspose.Cells FOSS pentru C++. Metode de accesor: AutoFilterModel, PageSetupModel, SheetVisibility, WorksheetProtectionModel, WorksheetViewModel.
Metode de accesor
| Numele de proprietate | Tipul de vehicul | Accesul | Descriere: |
|---|---|---|---|
SheetVisibility | SheetVisibility | Citeşte. | Obţine vizibilitatea foliei. |
PageSetupModel | PageSetupModel | Citeşte. | Obţine modelul de configurare a paginii. |
WorksheetViewModel | WorksheetViewModel | Citeşte. | Obține modelul de vizualizare a fișei de lucru. |
WorksheetProtectionModel | WorksheetProtectionModel | Citeşte. | Obţine modelul de protecţie a fişelor. |
AutoFilterModel | AutoFilterModel | Citeşte. | Are modelul de filtru automat. |
Metode de evaluare
| Semnătura | Descriere: |
|---|---|
SheetVisibility() → SheetVisibility | Obţine sau stabileşte vizibilitatea. |
PageSetupModel() → PageSetupModel | Face setarea paginii. |
PageSetupModel() → PageSetupModel | Chema PageSetupModel pe această instanță WorksheetModel. |
WorksheetViewModel() → WorksheetViewModel | Are priveliştea. |
WorksheetViewModel() → WorksheetViewModel | Chema WorksheetViewModel pe această instanță WorksheetModel. |
WorksheetProtectionModel() → WorksheetProtectionModel | Ia protecţia. |
WorksheetProtectionModel() → WorksheetProtectionModel | Chema WorksheetProtectionModel pe această instanță WorksheetModel. |
AutoFilterModel() → AutoFilterModel | Ia filtru automat. |
AutoFilterModel() → AutoFilterModel | Chema AutoFilterModel pe această instanță WorksheetModel. |
GetName() → std::string | Obţine sau stabileşte numele. |
SetName(value: std::string) | Stabileşte valoarea numelui. |
GetVisibility() → SheetVisibility | Obţine sau stabileşte vizibilitatea. |
SetVisibility(value: SheetVisibility) | Stabilește valoarea vizibilității. |
GetCells() → std::unordered_map<CellAddress, CellRecord> | Ia celulele. |
GetCells() → std::unordered_map<CellAddress, CellRecord> | Întoarce celulele. |
GetRows() → std::unordered_map<int, RowModel> | Are rândurile. |
GetRows() → std::unordered_map<int, RowModel> | Întoarce rândurile. |
GetColumns() → std::vector<ColumnRangeModel> | Ia coloanele. |
GetColumns() → std::vector<ColumnRangeModel> | Întoarce coloanele. |
GetMergeRegions() → std::vector<MergeRegion> | Obţine regiunile de fuziune. |
GetMergeRegions() → std::vector<MergeRegion> | Întoarce regiunile de fuziune. |
GetHyperlinks() → std::vector<HyperlinkModel> | Obţine hiperlink-urile. |
GetHyperlinks() → std::vector<HyperlinkModel> | Întoarce hiperlink-urile. |
GetValidations() → std::vector<ValidationModel> | Obţine validările. |
GetValidations() → std::vector<ValidationModel> | Întoarce validările. |
GetConditionalFormattings() → std::vector<ConditionalFormattingModel> | Obţine formatările condiţionate. |
GetConditionalFormattings() → std::vector<ConditionalFormattingModel> | Întoarce formatarea condiţionată. |
GetPageSetup() → PageSetupModel | Face setarea paginii. |
GetPageSetup() → PageSetupModel | Întoarce setarea paginii. |
GetView() → WorksheetViewModel | Are priveliştea. |
GetView() → WorksheetViewModel | Reîntoarce viziunea. |
GetProtection() → WorksheetProtectionModel | Ia protecţia. |
GetProtection() → WorksheetProtectionModel | Reîntoarce protecţia. |
GetAutoFilter() → AutoFilterModel | Ia filtru automat. |
GetAutoFilter() → AutoFilterModel | Întoarce filtrul automat. |
GetTabColor() → std::optional<ColorValue> | Obține sau stabilește culoarea tab. |
SetTabColor(value: std::optional<ColorValue>) | Setarea valorii de culoare tab. |