Spread WPF 17
GrapeCity.Excel Namespace / IExcelCell Interface / Note Property


In This Topic
    Note Property (IExcelCell)
    In This Topic
    Gets or sets the note.
    Syntax
    'Declaration
     
    Property Note As String
    'Usage
     
    Dim instance As IExcelCell
    Dim value As String
     
    instance.Note = value
     
    value = instance.Note
    string Note {get; set;}

    Property Value

    The note.
    See Also