ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDColumn Class / Width Property

In This Topic
    Width Property (DDColumn)
    In This Topic
    Sets/gets the width of the column in Twips.
    Syntax
    'Declaration
     
    Public Property Width As Integer
    public int Width {get; set;}
    Remarks
    The value will be converted to excel's "1/256 character width" unit system.
    See Also