CustomView.RowColSettings 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果自定义视图包括对隐藏行和隐藏列(包括筛选信息)的设置,则该属性值为 True。
public:
property bool RowColSettings { bool get(); };
public bool RowColSettings { get; }
Public ReadOnly Property RowColSettings As Boolean