DisplayFormatSectionInfo
Overview
DisplayFormatSectionInfo is a class in Aspose.Cells FOSS for C++.
Represents display format section info.
This class provides 8 methods for working with DisplayFormatSectionInfo objects in C++ programs.
Available methods include: GetConditionOperator, GetConditionValue, GetHasCondition, GetRaw, SetConditionOperator, SetConditionValue, SetHasCondition, SetRaw.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetRaw() → std::string | Gets or sets the raw. |
SetRaw(value: std::string_view) | Sets the raw value. |
GetHasCondition() → bool | Gets or sets a value indicating whether condition. |
SetHasCondition(value: bool) | Sets the has condition value. |
GetConditionOperator() → std::string | Gets or sets the condition operator. |
SetConditionOperator(value: std::string_view) | Sets the condition operator value. |
GetConditionValue() → double | Gets or sets the condition value. |
SetConditionValue(value: double) | Sets the condition value value. |