CellObjectValue
Overview
CellObjectValue is a enum in Aspose.Cells FOSS for Rust.
Inherits from: Debug, Clone, PartialEq, and 1 more.
This enum provides 14 methods for working with CellObjectValue objects in Rust programs.
Available methods include: from.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Values
| Value | Description |
|---|---|
String | |
Number | |
Bool | |
DateTime | |
Empty |
Methods
| Signature | Description |
|---|---|
from(value: String) → Self | Calls from(value) on this CellObjectValue instance. |
from(value: &str) → Self | Calls from(value) on this CellObjectValue instance. |
from(value: bool) → Self | Calls from(value) on this CellObjectValue instance. |
from(value: DateTime<Utc>) → Self | Calls from(value) on this CellObjectValue instance. |
from(value: u8) → Self | Calls from(value) on this CellObjectValue instance. |
from(value: i16) → Self | Calls from(value) on this CellObjectValue instance. |
from(value: i32) → Self | Calls from(value) on this CellObjectValue instance. |
from(value: i64) → Self | Calls from(value) on this CellObjectValue instance. |
from(value: f32) → Self | Calls from(value) on this CellObjectValue instance. |
from(value: f64) → Self | Calls from(value) on this CellObjectValue instance. |
from(value: char) → Self | Calls from(value) on this CellObjectValue instance. |
from(value: CellValue) → Self | Calls from(value) on this CellObjectValue instance. |
from(value: Option<T>) → Self | Calls from(value) on this CellObjectValue instance. |
from() → Self |