CellConditionalFormat Property | |
The format descriptor describing this cell's conditional format. Only returned if the include query string
parameter contains format and this cell 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
Property Value
Type:
StringSee Also