GrapeCity.Win.MultiRow Namespace > CellStyle Class : Multiline Property |
<DefaultValueAttribute()> <SRCategoryAttribute("TextAppearance")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <SRDescriptionAttribute("Indicates whether the cell text can span more than one line.")> Public Property Multiline As MultiRowTriState
Dim instance As CellStyle Dim value As MultiRowTriState instance.Multiline = value value = instance.Multiline
[DefaultValue()] [SRCategory("TextAppearance")] [RefreshProperties(RefreshProperties.Repaint)] [SRDescription("Indicates whether the cell text can span more than one line.")] public MultiRowTriState Multiline {get; set;}
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | The assigned value is not a MultiRowTriState value. |
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