Click or drag to resize

CellHistory Class

Represents CellHistory object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCell
    Smartsheet.Api.ModelsCellHistory

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 class CellHistory : Cell

The CellHistory type exposes the following members.

Constructors
  NameDescription
Public methodCellHistory
Top
Properties
  NameDescription
Public propertyModifiedAt
Gets the date the cell was modified.
Public propertyModifiedBy
Gets the user that modified the cell.
Top
See Also