WarningInfo

Overview

WarningInfo 是 C++ 的 FOSS 中的 Aspose.Cells 类.

代表警告信息.

本类提供了16种方法,用于在C++程序中与WarningInfo对象工作. 有的方法包括: GetCellRef, GetCode, GetDataLossRisk, GetMessage, GetPartUri, GetRowIndex, GetSeverity, GetSheetName, SetCellRef, SetCode, SetDataLossRisk, SetMessage,另外4种方法. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

Methods

SignatureDescription
GetCode()std::string获取或设置代码.
SetCode(value: std::string_view)设置代码值.
GetSeverity()DiagnosticSeverity得到或设置严重性.
SetSeverity(value: DiagnosticSeverity)设置严重性值.
GetMessage()std::string获取或设置消息.
SetMessage(value: std::string_view)设置消息值.
GetDataLossRisk()bool获取或设置一个值,表示是否存在数据丢失风险.
SetDataLossRisk(value: bool)设置数据丢失风险值.
GetPartUri()std::string得到或设置部分 uri.
SetPartUri(value: std::string_view)设置了部分 uri 的值.
GetSheetName()std::string获取或设置表名.
SetSheetName(value: std::string_view)设置表名值.
GetCellRef()std::string得到或设置了细胞裁判.
SetCellRef(value: std::string_view)设置单元格的值.
GetRowIndex()std::optional<int>得到或设置行索引.
SetRowIndex(value: std::optional<int>)设置行索引值.

See Also

 中文