'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The length in rows or columns of each interlace stripe.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Length As System.Integer
'Usage
Dim instance As NTableInterlaceStyle Dim value As System.Integer instance.Length = value value = instance.Length
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The length in rows or columns of each interlace stripe.")] [System.Xml.Serialization.XmlAttribute()] public System.int Length {get; set;}