Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / AutoPict Property


In This Topic
    AutoPict Property
    In This Topic
    Gets or sets a value indicating whether [auto pict].
    Syntax
    'Declaration
     
    
    Public Property AutoPict As Boolean
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Boolean
     
    instance.AutoPict = value
     
    value = instance.AutoPict
    public bool AutoPict {get; set;}

    Property Value

    true if [auto pict]; otherwise, false.
    See Also