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

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

    -1 indicates that the EditableRange has default covering behavior.

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