Поделиться через


RevisionCellChange.OldCell Property

Old Cell Data.Represents the element tag in schema: x:oc

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property OldCell As OldCell
    Get
    Set
'Usage
Dim instance As RevisionCellChange
Dim value As OldCell

value = instance.OldCell

instance.OldCell = value
public OldCell OldCell { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.OldCell
Returns OldCell.

See Also

Reference

RevisionCellChange Class

RevisionCellChange Members

DocumentFormat.OpenXml.Spreadsheet Namespace