[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICommentThreaded.Date

Date Property

Date

Gets the DateTime value for when the threaded comment was added in Coordinated Universal Time (UTC).

Declaration
DateTime Date { get; }
ReadOnly Property [Date] As Date
Examples
ICommentThreaded comment = worksheet.Range["A1"].AddCommentThreaded("Review this value", "Alex");
DateTime date = comment.Date;