Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellFormat Class / GridSpan Property

In This Topic
    GridSpan Property
    In This Topic
    Gets or sets the number of grid columns in the parent table's table grid that shall be spanned by the current cell. This property allows cells to have the appearance of being merged, as they span vertical boundaries of other cells in the table.
    Syntax
    'Declaration
     
    Public Property GridSpan As System.UInteger
    public System.uint GridSpan {get; set;}
    See Also