'Declaration Public Overridable Property Border As Border
'Usage Dim instance As StyleInfo Dim value As Border instance.Border = value value = instance.Border
public virtual Border Border {get; set;}
'Declaration Public Overridable Property Border As Border
'Usage Dim instance As StyleInfo Dim value As Border instance.Border = value value = instance.Border
public virtual Border Border {get; set;}
The setting for this property can be overridden if a named style is assigned to the cell using the StyleName property, and that named style sets a border.