Method: Notesgrip::NotesItem#AppendToTextList

Defined in:
lib/notesgrip/NotesItem.rb

#AppendToTextList(newValue) ⇒ Object



76
77
78
# File 'lib/notesgrip/NotesItem.rb', line 76

def AppendToTextList( newValue )
  @raw_object.AppendToTextList( newValue )
end