Width Property (TablixColumn)
In This Topic
Gets or sets a width of each cell in this column.
Syntax
'Declaration
Public Property Width As Length
public Length Width {get; set;}
Property Value
A
Length value indicating the width of the cells in this column.
See Also