FormatTablesVerticalAlign Property | |
Vertical alignment, possible values:
none, middle, bottom.
Note: “default” is the default value, which is equivalent to “top”.
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 IList<string> VerticalAlign { get; set; }
Public Property VerticalAlign As IList(Of String)
Get
Set
public:
property IList<String^>^ VerticalAlign {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member VerticalAlign : IList<string> with get, set
Property Value
Type:
IListStringSee Also