RevisionCellChangeIsOldFormatted Property |
Indicates whether this cell is old formatted.
Namespace:
Aspose.Cells.Revisions
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool IsOldFormatted { get; }
Public ReadOnly Property IsOldFormatted As Boolean
Get
public:
property bool IsOldFormatted {
bool get ();
}
member IsOldFormatted : bool with get
Property Value
Type:
Boolean
See Also