DisplayFormatSectionInfo

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

SignatureDescription
GetRaw()std::stringGets or sets the raw.
SetRaw(value: std::string_view)Sets the raw value.
GetHasCondition()boolGets or sets a value indicating whether condition.
SetHasCondition(value: bool)Sets the has condition value.
GetConditionOperator()std::stringGets or sets the condition operator.
SetConditionOperator(value: std::string_view)Sets the condition operator value.
GetConditionValue()doubleGets or sets the condition value.
SetConditionValue(value: double)Sets the condition value value.

See Also

 English