Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Bookmark Class / FirstCoveredColumn Property

In This Topic
    FirstCoveredColumn Property (Bookmark)
    In This Topic
    Gets or sets the zero-based index of the first column in the row that shall be part of this bookmark.

    -1 indicates that the bookmark has default covering behavior.

    Syntax
    'Declaration
     
    Public Property FirstCoveredColumn As System.Integer
    public System.int FirstCoveredColumn {get; set;}
    See Also