GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Drawing 名前空間 > WorksheetDrawing クラス : QueryObjects(Int32,Int32,Int32,Int32,Boolean,Boolean) メソッド |
true
。
true
の場合は、セル範囲と重なっている描画オブジェクトを返します。
'Declaration
Public Function QueryObjects( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer, _ ByVal includeFreeFloating As Boolean, _ Optional ByVal overlapped As Boolean _ ) As DrawingObject()
public DrawingObject[] QueryObjects( int row, int column, int row2, int column2, bool includeFreeFloating, bool overlapped )
true
。true
の場合は、セル範囲と重なっている描画オブジェクトを返します。