Class UpdateReportColumnRequest
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Request body for updating a report column.
public class UpdateReportColumnRequest
- Inheritance
-
UpdateReportColumnRequest
- Inherited Members
Properties
Hidden
Indicates whether the column is hidden.
public bool? Hidden { get; set; }
Property Value
- bool?
Index
Column index or position (zero-based).
public int? Index { get; set; }
Property Value
- int?
Title
Title of the column.
public string? Title { get; set; }
Property Value
Width
Display width of the column in pixels.
public int? Width { get; set; }
Property Value
- int?