WarningInfo

Overview

WarningInfo is a struct in Aspose.Cells FOSS for Rust. Inherits from: Debug, Default, Clone, and 2 more.

Represents warning info.

Fields: cell_ref, code, data_loss_risk, message, part_uri, row_index, and 2 more.

Fields

NameTypeAccessDescription
codeStringRead/WriteGets the code.
severityDiagnosticSeverityRead/WriteGets the severity.
messageStringRead/WriteGets the message.
data_loss_riskboolRead/WriteGets the data loss risk.
part_uriOption<String>Read/WriteGets the part uri.
sheet_nameOption<String>Read/WriteGets the sheet name.
cell_refOption<String>Read/WriteGets the cell ref.
row_indexOption<i32>Read/WriteGets the row index.

See Also