Docs
API
  • copy([copyWithHeader: Boolean])

    Copies in buffer selected data.

    Example

    
    grid.copy();
    

    Example: Copy with header

    
    grid.copy(true);