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


In This Topic
    IsPixelState Property (ExcelShape)
    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
    public bool IsPixelState {get; set;}
    See Also