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
| Name | Type | Access | Description |
|---|---|---|---|
code | String | Read/Write | Gets the code. |
severity | DiagnosticSeverity | Read/Write | Gets the severity. |
message | String | Read/Write | Gets the message. |
data_loss_risk | bool | Read/Write | Gets the data loss risk. |
part_uri | Option<String> | Read/Write | Gets the part uri. |
sheet_name | Option<String> | Read/Write | Gets the sheet name. |
cell_ref | Option<String> | Read/Write | Gets the cell ref. |
row_index | Option<i32> | Read/Write | Gets the row index. |