Class SpreadsheetAutoFillSettings
Specifies the class for spreadsheet autofill settings which includes fillType, showFillOptions properties.
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SpreadsheetAutoFillSettings : EJTagHelper
Constructors
SpreadsheetAutoFillSettings()
Declaration
public SpreadsheetAutoFillSettings()
Properties
FillType
Gets or sets the fillType.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("fillType")]
public SpreadsheetAutoFillOptions FillType { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetAutoFillOptions | The fillType. |
ShowFillOptions
Gets or sets a value indicating whether the fillOption is enable or not.
Declaration
[JsonProperty("showFillOptions")]
public bool ShowFillOptions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the fill options is enabled; otherwise, false. |