Table of Contents

Class XlsDataValidationCollection

Namespace
Spire.Xls.Core.Spreadsheet.Collections
Assembly
Spire.XLS.dll
public class XlsDataValidationCollection : CollectionExtended<XlsValidation>, IList<XlsValidation>, ICollection<XlsValidation>, IEnumerable<XlsValidation>, IEnumerable, IExcelApplication, ICloneParent, IDataValidationCollection
Inheritance
XlsDataValidationCollection
Implements
Inherited Members

Properties

IsPromptBoxPositionFixed

Indicates whehter prompt box has fixed position..

public bool IsPromptBoxPositionFixed { get; set; }

Property Value

bool

IsPromptBoxVisible

Indicates whehter prompt box is visible..

public bool IsPromptBoxVisible { get; set; }

Property Value

bool

this[int]

public IDataValidation this[int index] { get; }

Parameters

index int

Property Value

IDataValidation

ParentTable

public IDataValidationTable ParentTable { get; }

Property Value

IDataValidationTable

PromptBoxHPosition

Vertical position of the prompt box.

public int PromptBoxHPosition { get; set; }

Property Value

int

PromptBoxVPosition

Vertical position of the prompt box.

public int PromptBoxVPosition { get; set; }

Property Value

int

ShapesCount

public int ShapesCount { get; }

Property Value

int

Workbook

public Workbook Workbook { get; }

Property Value

Workbook

Worksheet

public Worksheet Worksheet { get; }

Property Value

Worksheet

Methods

FindByCellIndex(long)

protected XlsValidation FindByCellIndex(long iCellIndex)

Parameters

iCellIndex long

Returns

XlsValidation

Remove(Rectangle[])

public void Remove(Rectangle[] rectangles)

Parameters

rectangles Rectangle[]