Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / View3DInfo Class / Cluster Property


In This Topic
    Cluster Property
    In This Topic
    Gets or sets the cluster.
    Syntax
    'Declaration
     
    
    Public Property Cluster As Byte
    'Usage
     
    
    Dim instance As View3DInfo
    Dim value As Byte
     
    instance.Cluster = value
     
    value = instance.Cluster
    public byte Cluster {get; set;}

    Property Value

    The cluster.
    See Also