FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > IRowFilterSlim Interface : ResetIfNoFilteredRow Property |
'Declaration Property ResetIfNoFilteredRow As Boolean
'Usage Dim instance As IRowFilterSlim Dim value As Boolean instance.ResetIfNoFilteredRow = value value = instance.ResetIfNoFilteredRow
bool ResetIfNoFilteredRow {get; set;}
((IRowFilterSlim)sheetView.RowFilter).ResetIfNoFilteredRow = true;
DirectCast(sheetView.RowFilter, IRowFilterSlim).ResetIfNoFilteredRow = True
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional