'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Whether the table must show the right row headers")> Public Property ShowRightRowHeader As System.Boolean
'Usage
Dim instance As NSeriesTableScaleRow Dim value As System.Boolean instance.ShowRightRowHeader = value value = instance.ShowRightRowHeader
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Whether the table must show the right row headers")] public System.bool ShowRightRowHeader {get; set;}