CellObjectValue

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

ValueDescription
String
Number
Bool
DateTime
Empty

Methods

SignatureDescription
from(value: String)SelfCalls from(value) on this CellObjectValue instance.
from(value: &str)SelfCalls from(value) on this CellObjectValue instance.
from(value: bool)SelfCalls from(value) on this CellObjectValue instance.
from(value: DateTime<Utc>)SelfCalls from(value) on this CellObjectValue instance.
from(value: u8)SelfCalls from(value) on this CellObjectValue instance.
from(value: i16)SelfCalls from(value) on this CellObjectValue instance.
from(value: i32)SelfCalls from(value) on this CellObjectValue instance.
from(value: i64)SelfCalls from(value) on this CellObjectValue instance.
from(value: f32)SelfCalls from(value) on this CellObjectValue instance.
from(value: f64)SelfCalls from(value) on this CellObjectValue instance.
from(value: char)SelfCalls from(value) on this CellObjectValue instance.
from(value: CellValue)SelfCalls from(value) on this CellObjectValue instance.
from(value: Option<T>)SelfCalls from(value) on this CellObjectValue instance.
from()Self

See Also