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


In This Topic
    IsLinePropertiesSet Property (ExcelShape)
    In This Topic
    Gets whether the line properties is set.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsLinePropertiesSet As Boolean
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Boolean
     
    value = instance.IsLinePropertiesSet
    public bool IsLinePropertiesSet {get;}
    See Also