FormatTablesFontFamily Property | |
Font families with additional font information
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<FontFamily> FontFamily { get; set; }
Public Property FontFamily As IList(Of FontFamily)
Get
Set
public:
property IList<FontFamily^>^ FontFamily {
IList<FontFamily^>^ get ();
void set (IList<FontFamily^>^ value);
}
member FontFamily : IList<FontFamily> with get, set
Property Value
Type:
IListFontFamilySee Also