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
IsPromptBoxVisible
Indicates whehter prompt box is visible..
public bool IsPromptBoxVisible { get; set; }
Property Value
this[int]
public IDataValidation this[int index] { get; }
Parameters
index
int
Property Value
ParentTable
public IDataValidationTable ParentTable { get; }
Property Value
PromptBoxHPosition
Vertical position of the prompt box.
public int PromptBoxHPosition { get; set; }
Property Value
PromptBoxVPosition
Vertical position of the prompt box.
public int PromptBoxVPosition { get; set; }
Property Value
ShapesCount
public int ShapesCount { get; }
Property Value
Workbook
public Workbook Workbook { get; }
Property Value
Worksheet
public Worksheet Worksheet { get; }
Property Value
Methods
FindByCellIndex(long)
protected XlsValidation FindByCellIndex(long iCellIndex)
Parameters
iCellIndex
long
Returns
Remove(Rectangle[])
public void Remove(Rectangle[] rectangles)
Parameters
rectangles
Rectangle[]