GrapeCity.Windows.SpreadGrid 名前空間 > GcSpreadGrid クラス : GetClipDataObject メソッド |
'Declaration
Public Function GetClipDataObject( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal copyOptions As ClipboardCopyOptions _ ) As IDataObject
public IDataObject GetClipDataObject( int row, int column, int rowCount, int columnCount, ClipboardCopyOptions copyOptions )
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | 指定された行インデックスが範囲外です。-1から行の総数までの値を指定する必要があります。 |
System.ArgumentOutOfRangeException | 指定された列インデックスが範囲外です。-1から列の総数までの値を指定する必要があります。 |