Search
Selection.ContainsObject Method
See Also
 






Checks whether the specified object is contained in the selection.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool ContainsObject (
    InteractiveObject obj
)

Visual Basic  Copy Code

Public Function ContainsObject( _
    obj As InteractiveObject _
) As Boolean

 Parameters

obj

The object to check.

 Return Value

true if the object is selected; otherwise, false.

 See Also