ValidationMessage

ValidationMessage

Overview

ValidationMessage is a class in Aspose.Cells FOSS for C++.

Represents validation message.

This class provides 7 methods for working with ValidationMessage objects in C++ programs. Available methods include: GetCode, GetMessage, GetSeverity, SetCode, SetMessage, SetSeverity, ValidationMessageSeverity. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: ValidationMessageSeverity.

Accessor Methods

NameTypeAccessDescription
ValidationMessageSeverityValidationMessageSeverityReadGets the validation message severity.

Methods

SignatureDescription
ValidationMessageSeverity()ValidationMessageSeverityGets or sets the severity.
GetCode()std::stringGets or sets the code.
SetCode(value: std::string)Sets the code value.
GetMessage()std::stringGets or sets the message.
SetMessage(value: std::string)Sets the message value.
GetSeverity()ValidationMessageSeverityGets or sets the severity.
SetSeverity(value: ValidationMessageSeverity)Sets the severity value.

See Also

 English