GrapeCity MultiRow Windows Forms Documentation
Width Property (Column)


Gets or sets the width of the column.
Syntax
Public Property Width As Integer
Dim instance As Column
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
public int Width {get; set;}

Property Value

An System.Int32 value that represents the width of the column in pixels.
Exceptions
ExceptionDescription
System.InvalidOperationException

Set this property when the template's layout mode is left-to-right.

-or-

Set this property when the row count is 0.

-or-

Set this property when the cell's Width or Height in the column is zero.

-or-

Set this property when this column is beyond the bound of the parent Section.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Column Class
Column Members

 

 


Copyright © GrapeCity, inc. All rights reserved.