CellDataItemObjectValue Property | |
The type of data returned will depend on the cell type and the data in the cell.
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public Object ObjectValue { get; set; }
Public Property ObjectValue As Object
Get
Set
public:
property Object^ ObjectValue {
Object^ get ();
void set (Object^ value);
}
member ObjectValue : Object with get, set
Return Value
Type:
Object an object
See Also