'Declaration
<System.Xml.Serialization.XmlElementAttribute(Nevron.FormulaSheet.NFormulaCell)> Public Property Cell As NFormulaCell
'Usage
Dim instance As NNamedCell Dim value As NFormulaCell instance.Cell = value value = instance.Cell
[System.Xml.Serialization.XmlElement(Nevron.FormulaSheet.NFormulaCell)] public NFormulaCell Cell {get; set;}