frame property
Sets or retrieves the way the border frame around the table is displayed.
Syntax
HRESULT value = object.put_frame( v);HRESULT value = object.get_frame(* p);
Property values
Type: BSTR
-
Default. All outside table borders are removed.
-
Border on the top side of the border frame is displayed.
-
Border on the bottom side of the table frame is displayed.
-
Borders on all sides of the table frame are displayed.
-
Borders on all sides of the table frame are displayed.
-
Borders on the top and bottom sides of the table frame are displayed.
-
Border on the left side of the table frame is displayed.
-
Border on the right side of the table frame is displayed.
-
Borders on the left and right sides of the table frame are displayed.
See also
Show: