Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeader Class / ImageTextSpace Property


In This Topic
    ImageTextSpace Property (ListHeader)
    In This Topic
    Gets or sets the space between the image and text.
    Syntax
    'Declaration
     
    
    Public Property ImageTextSpace As Integer
    'Usage
     
    
    Dim instance As ListHeader
    Dim value As Integer
     
    instance.ImageTextSpace = value
     
    value = instance.ImageTextSpace
    public int ImageTextSpace {get; set;}

    Property Value

    An System.Int32 that represents the space between the image and text.
    See Also