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


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