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


In This Topic
    GeoTextFBold Property (ExcelShape)
    In This Topic
    Gets or sets the geo text font bold style.
    Syntax
    'Declaration
     
    
    Public Property GeoTextFBold As Boolean
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Boolean
     
    instance.GeoTextFBold = value
     
    value = instance.GeoTextFBold
    public bool GeoTextFBold {get; set;}
    See Also