FormatTablesHorizontalAlign Property | |
Possible values: none, on.
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> HorizontalAlign { get; set; }
Public Property HorizontalAlign As IList(Of String)
Get
Set
public:
property IList<String^>^ HorizontalAlign {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member HorizontalAlign : IList<string> with get, set
Property Value
Type:
IListStringSee Also