'Declaration Public Shared Function GetShowFixedColumnSplitter( _ ByVal obj As DependencyObject _ ) As Boolean
'Usage Dim obj As DependencyObject Dim value As Boolean value = PrintTableView.GetShowFixedColumnSplitter(obj)
public static bool GetShowFixedColumnSplitter( DependencyObject obj )
Parameters
- obj
- The dependency object from which the property value is read.
Return Value
true if the fixed-column splitter is shown when a grid is printed or exported; false otherwise. By default, false.