In This Topic
Width of the Top border.
Syntax
'Declaration
Public Property BorderTopWidth As System.String
'Usage
Dim instance As CellStyle
Dim value As System.String
instance.BorderTopWidth = value
value = instance.BorderTopWidth
public System.string BorderTopWidth {get; set;}
public read-write property BorderTopWidth: System.String;
public function get,set BorderTopWidth : System.String
public: __property System.string* get_BorderTopWidth();
public: __property void set_BorderTopWidth(
System.string* value
);
public:
property System.String^ BorderTopWidth {
System.String^ get();
void set ( System.String^ value);
}
See Also