Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / GetCommonFont Method


In This Topic
    GetCommonFont Method (CellNote)
    In This Topic
    Get shape's text format
    Syntax
    'Declaration
     
    
    Public Function GetCommonFont() As Font
    'Usage
     
    
    Dim instance As CellNote
    Dim value As Font
     
    value = instance.GetCommonFont()
    public Font GetCommonFont()
    See Also