VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlCustomTabStops Class / Contains(Single) Method
Syntax Requirements SeeAlso
In This Topic
    Contains(Single) Method (OpenXmlCustomTabStops)
    In This Topic
    Determines whether the collection contains a custom tab stip with specific position.
    Syntax
    'Declaration
    
    Public Function Contains( _
    ByVal position
    The custom tab stop position.
    As Single _
    ) As Boolean
    public bool Contains(
    float position
    )
    public: bool Contains(
    float position
    )
    public:
    bool Contains(
    float position
    )

    Parameters

    position
    The custom tab stop position.

    Return Value

    True if custom tab stop is found in the collection; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also