Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IConnectorFormat Interface / Type Property


In This Topic
    Type Property (IConnectorFormat)
    In This Topic
    Gets or sets a ConnectorType value that represents the connector format type.
    Syntax
    'Declaration
     
    
    Property Type As ConnectorType
    'Usage
     
    
    Dim instance As IConnectorFormat
    Dim value As ConnectorType
     
    instance.Type = value
     
    value = instance.Type
    ConnectorType Type {get; set;}

    Property Value

    The connector format type.
    See Also