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