AbstractRowTColumn, TCellConditionalFormat Property | |
Format descriptor describing this row’s conditional format (see Formatting)
Only returned if the include query string parameter contains format and this
row has a conditional format applied.
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 string ConditionalFormat { get; set; }
Public Property ConditionalFormat As String
Get
Set
public:
property String^ ConditionalFormat {
String^ get ();
void set (String^ value);
}
member ConditionalFormat : string with get, set
Return Value
Type:
String the conditional format
See Also