'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("Gets a reference to the sections in this sheet")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public ReadOnly Property Sections As NFormulaSectionCollection
'Usage
Dim instance As NFormulaSheet Dim value As NFormulaSectionCollection value = instance.Sections
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("Gets a reference to the sections in this sheet")] [System.Xml.Serialization.XmlIgnore()] public NFormulaSectionCollection Sections {get;}