AbstractSheetTRow, TColumn, TCellHasSummaryFields Property | |
Gets a flag indicating whether the sheet summary is present
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 Nullable<bool> HasSummaryFields { get; set; }
Public Property HasSummaryFields As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> HasSummaryFields {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member HasSummaryFields : Nullable<bool> with get, set
Return Value
Type:
NullableBoolean flag indicating whether the sheet summary is present
See Also