Class SpreadsheetAutoFillOptionsBuilder<T>
Represents a class for Spreadsheet Autofill option which includes fillType, showFillOptions properties.
Inheritance
System.Object
SpreadsheetAutoFillOptionsBuilder<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class SpreadsheetAutoFillOptionsBuilder<T>
where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
SpreadsheetAutoFillOptionsBuilder(SpreadsheetAutoFillSettings)
Initializes a new instance of the SpreadsheetAutoFillOptionsBuilder<T> with the specified autofill settings.
Declaration
public SpreadsheetAutoFillOptionsBuilder(SpreadsheetAutoFillSettings autoFill)
Parameters
Type | Name | Description |
---|---|---|
SpreadsheetAutoFillSettings | autoFill | The autofill settings |
Methods
FillType(SpreadsheetAutoFillOptions)
To perform autofill with the specified filltype.
Declaration
public SpreadsheetAutoFillOptionsBuilder<T> FillType(SpreadsheetAutoFillOptions fillType)
Parameters
Type | Name | Description |
---|---|---|
SpreadsheetAutoFillOptions | fillType | Type of the fill. It has Enum type |
Returns
Type | Description |
---|---|
SpreadsheetAutoFillOptionsBuilder<T> |
ShowFillOptions()
Specifies to enable fill options.
Declaration
public SpreadsheetAutoFillOptionsBuilder<T> ShowFillOptions()
Returns
Type | Description |
---|---|
SpreadsheetAutoFillOptionsBuilder<T> |
ShowFillOptions(Boolean)
Specifies to indicate whether fill options is enable or not.
Declaration
public SpreadsheetAutoFillOptionsBuilder<T> ShowFillOptions(bool showFillOptions)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showFillOptions | true if the showFillOptions is enabled; otherwise, false. |
Returns
Type | Description |
---|---|
SpreadsheetAutoFillOptionsBuilder<T> |