Class CellHistory
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents CellHistory object.
public class CellHistory : Cell
- Inheritance
-
CellHistory
- Inherited Members
Properties
ModifiedAt
Gets the date the cell was modified.
public DateTime? ModifiedAt { get; set; }
Property Value
- DateTime?
the modified at
ModifiedBy
Gets the user that modified the cell.
public User ModifiedBy { get; set; }
Property Value
- User
the modified by