Version

ApplyYearToDateFilter Method (WorksheetFilterSettings)

Applies a YearToDateFilter to the column.
Syntax
public YearToDateFilter ApplyYearToDateFilter( 
   int relativeColumnIndex
)

Parameters

relativeColumnIndex
A zero based column index relative to the Region
Exceptions
ExceptionDescription
System.InvalidOperationExceptionIf the Region was not set.
System.ArgumentOutOfRangeExceptionIf the relativeColumnIndex is outside of the Region.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also