ColumnSymbol Property | |
Gets the symbol for the column.
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 Nullable<Symbol> Symbol { get; set; }
Public Property Symbol As Nullable(Of Symbol)
Get
Set
public:
property Nullable<Symbol> Symbol {
Nullable<Symbol> get ();
void set (Nullable<Symbol> value);
}
member Symbol : Nullable<Symbol> with get, set
Return Value
Type:
NullableSymbol the symbol
See Also