哪位兄弟知道如何实现Spread7.0单元格复制功能。
1、单元格通过Ctrl+C 复制,Ctrl+V粘贴。目前我可以实现从Spread外部(如Excel)复制数据粘贴到Spread单元格中,或是在Spread单元格的编辑模式下可以复制成功。剪切也可以成功。问题是选中单元格后,复制无法实现。
2、如何实现Spread下拉复制功能。类似Excel的下拉复制。
请兄弟们帮帮忙,提供思路或代码。谢谢了(分不够可以加)!!!

解决方案 »

  1.   

    Description 
    Copies the data, formatting, formulas, and notes from a block of cells to a new location. Syntax 
    Visual BasicfpSpread1.CopyRange(ByVal lCol As Long, ByVal lRow As Long, ByVal lCol2 As Long, ByVal lRow2 As Long, ByVal lColDest As Long, ByVal lRowDest As Long) Parameters 
    The following parameters are available: Parameter Description  
    lCol Column number of top-left cell in block to copy  
    lRow Row number of top-left cell in block to copy  
    lCol2 Column number of bottom-right cell in block to copy  
    lRow2 Row number of bottom-right cell in block to copy  
    lColDest Destination column for upper-left cell in block  
    lRowDest Destination row for upper-left cell in block