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


In This Topic
    FillFocus Property (ExcelShape)
    In This Topic
    Gets or sets the fill focus.
    Syntax
    'Declaration
     
    
    Public Property FillFocus As Integer
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Integer
     
    instance.FillFocus = value
     
    value = instance.FillFocus
    public int FillFocus {get; set;}

    Property Value

    fill focus
    See Also