행의 최소 너비를 가져오거나 설정합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public int MinWidth { get; set; } |
Visual Basic |
---|
Public Property MinWidth As Integer Get Set |
Visual C++ |
---|
public: virtual property int MinWidth { int get () sealed; void set (int value) sealed; } |
Return Value
행의 최소 너비를 나타내는 Int32형태의 정수값입니다.Implements
IColumnDescriptor..::..MinWidth
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | 0보다 작거나 최대 너비보다 큰 수를 설정할때. |