C1.Win.C1FlexGrid Namespace > CellStyle Class : Border Property |
'Declaration
<C1DescriptionAttribute("Gets the CellBorder object associated with this style.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <BrowsableAttribute(True)> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public ReadOnly Property Border As CellBorder
'Usage
Dim instance As CellStyle Dim value As CellBorder value = instance.Border
[C1Description("Gets the CellBorder object associated with this style.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [Browsable(true)] [RefreshProperties(RefreshProperties.Repaint)] public CellBorder Border {get;}
[C1Description("Gets the CellBorder object associated with this style.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [Browsable(true)] [RefreshProperties(RefreshProperties.Repaint)] public: property CellBorder^ Border { CellBorder^ get(); }
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