Spread WinForms 15
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

Property Value

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