CellFormatValue
CellFormatValue
Apžvalga
CellFormatValue yra Aspose.Cells FOSS klasė C++.
Tai yra ląstelių formato vertė.
Ši klasė pateikia 13 metodų, kaip dirbti su CellFormatValue objektais C++ programose. Galimi metodai apima: CellFormatValue, GetAlignment, GetBorderId, GetFillId, GetFontId, GetNumFmtId, GetProtection, SetAlignment, SetBorderId, SetFillId, SetFontId, SetNumFmtId,ir 1 papildomas metodas. Visi viešieji nariai yra prieinami bet kokiai C++ programai po to, kai įdiegėte Aspose.Cells FOSS C ++ paketui.
Metodai
| Signature | Aprašymas |
|---|---|
CellFormatValue() | Pradeda naują klasės instancą. |
GetNumFmtId() → int | Gauti arba nustatyti num fmt id. |
SetNumFmtId(value: int) | Nustato num fmt id reikšmę. |
GetFontId() → int | Gauti arba nustatyti šrifto ID. |
SetFontId(value: int) | Nustato šrifto ID reikšmę. |
GetFillId() → int | Gauti arba nustatyti užpildymo ID. |
SetFillId(value: int) | Nustato užpildo ID reikšmę. |
GetBorderId() → int | Gauti arba nustatyti krašto id. |
SetBorderId(value: int) | Nustato krašto id reikšmę. |
GetAlignment() → Core::AlignmentValue | Įvertinimas – suderinamumo vertė. |
SetAlignment(value: Core::AlignmentValue) | Nustato lygiavimo reikšmę. |
GetProtection() → Core::ProtectionValue | Apsaugos vertė – apsauginė vertybė. |
SetProtection(value: Core::ProtectionValue) | Nustato apsaugos reikšmę. |