Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / IsPixelState Property


In This Topic
IsPixelState Property
In This Topic
Specify the state position of the shape
Syntax
'Declaration
 
Public Property IsPixelState As Boolean
 
'Usage
 
Dim instance As ExcelShape
Dim value As Boolean
 
instance.IsPixelState = value
 
value = instance.IsPixelState
See Also