 | RevisionCellChangeNewCell Property |
New Cell Data.
Represents the following element tag in the schema: x:nc.
Namespace: DocumentFormat.OpenXml.SpreadsheetAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic NewCell NewCell { get; set; }Public Property NewCell As NewCell
Get
Set
public:
property NewCell^ NewCell {
NewCell^ get ();
void set (NewCell^ value);
}member NewCell : NewCell with get, set
Property Value
NewCell
See Also