MESCIUS SPREAD for Windows Forms 15.0J
ContainsSlicer メソッド

指定したセル範囲にスライサーが含まれるかどうかを判別します。
構文
'宣言
 
Public Shared Function ContainsSlicer( _
   ByVal worksheet As Worksheet, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal row2 As Integer, _
   ByVal column2 As Integer _
) As Boolean
public static bool ContainsSlicer( 
   Worksheet worksheet,
   int row,
   int column,
   int row2,
   int column2
)

パラメータ

worksheet
row
column
row2
column2

戻り値の型

指定したワークシートにスライサーが含まれる場合はtrue、それ以外の場合はfalse
参照

SpreadsheetHelper クラス
SpreadsheetHelper メンバ

 

 


© MESCIUS inc. All rights reserved.