Objective Grid for Microsoft® .NET® Reference Guide

StoreColWidthEventArgs Constructor 

Back to Class Index

Constructor.     

[Visual Basic]
Public Sub New( _
   ByVal col As Integer, _
   ByVal width As Integer _
)
[C#]
public StoreColWidthEventArgs(
   int col,
   int width
);

Parameters

col
The column for which a new width is being stored
width
The new width for col

Remarks

    

    

    

See Also

StoreColWidthEventArgs Class | StoreColWidthEventArgs Members | Stingray.Grid Namespace