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

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

    -1 indicates that the bookmark has default covering behavior.

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