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


In This Topic
    IsSupportedText Method (CellNote)
    In This Topic
    Gets a boolean value indicates whether the shape support text.
    Syntax
    'Declaration
     
    
    Public Function IsSupportedText() As Boolean
    'Usage
     
    
    Dim instance As CellNote
    Dim value As Boolean
     
    value = instance.IsSupportedText()
    public bool IsSupportedText()
    See Also