[]
        
(Showing Draft Content)

C1.C1Word.Objects.RtfSection.Contains

Contains Method

Contains(RtfObject)

Determines whether the object is located within the section.

Declaration
public bool Contains(RtfObject obj)
Public Function Contains(obj As RtfObject) As Boolean
Parameters
Type Name Description
RtfObject obj

The Word/RTF object.

Returns
Type Description
bool

true if contains, otherwise false.