GrapeCity.Windows.SpreadGrid 名前空間 > GcSpreadGrid クラス : SetClipSpecial メソッド |
'Declaration
Public Sub SetClipSpecial( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal value As Object, _ ByVal pasteOption As ClipboardPasteOptions, _ Optional ByVal headerOption As ClipboardOptions, _ Optional ByVal fromCutting As Boolean _ )
public void SetClipSpecial( int row, int column, int rowCount, int columnCount, object value, ClipboardPasteOptions pasteOption, ClipboardOptions headerOption, bool fromCutting )
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | 指定された行インデックスが範囲外です。-1から行の総数までの値を指定する必要があります。 |
System.ArgumentOutOfRangeException | 指定された列インデックスが範囲外です。-1から列の総数までの値を指定する必要があります。 |