Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / StringCollectionCollection Class / MaxColumnCount Property


In This Topic
    MaxColumnCount Property
    In This Topic
    Gets max column count of the string collection collection
    Syntax
    'Declaration
     
    Public ReadOnly Property MaxColumnCount As Integer
    'Usage
     
    Dim instance As StringCollectionCollection
    Dim value As Integer
     
    value = instance.MaxColumnCount
    public int MaxColumnCount {get;}
    See Also