scripting:api:list-pane:grid-lines

GridLines

Property of IListPane

Returns GridLines style

Read-Write Property of type VARIANT_BOOL

var bVal = ListPane.GridLines;
ListPane.GridLines = bVal;
bVal = ListPane.GridLines
ListPane.GridLines = bVal
VARIANT_BOOL bVal;
HRESULT hr = ListPane.get_GridLines(&bVal);
hr = ListPane.put_GridLines(bVal);