Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / SpreadLineWeight Property


In This Topic
    SpreadLineWeight Property (ExcelShape)
    In This Topic
    Gets or sets the spread line weight.
    Syntax
    'Declaration
     
    
    Public Property SpreadLineWeight As Single
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Single
     
    instance.SpreadLineWeight = value
     
    value = instance.SpreadLineWeight
    public float SpreadLineWeight {get; set;}

    Property Value

    The spread line weight.
    See Also