'Declaration
<System.ComponentModel.CategoryAttribute("Range")> <System.ComponentModel.DescriptionAttribute("Whether or not this style is repeated infinitely along the table grid or not.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Infinite As System.Boolean
'Usage
Dim instance As NTableInterlaceStyle Dim value As System.Boolean instance.Infinite = value value = instance.Infinite
[System.ComponentModel.Category("Range")] [System.ComponentModel.Description("Whether or not this style is repeated infinitely along the table grid or not.")] [System.Xml.Serialization.XmlAttribute()] public System.bool Infinite {get; set;}