Table of Contents

Interface IDataValidationCollection

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IDataValidationCollection

Properties

IsPromptBoxPositionFixed

Indicates whehter prompt box has fixed position..

bool IsPromptBoxPositionFixed { get; }

Property Value

bool

IsPromptBoxVisible

Indicates whehter prompt box is visible..

bool IsPromptBoxVisible { get; }

Property Value

bool

this[int]

IDataValidation this[int index] { get; }

Parameters

index int

Property Value

IDataValidation

ParentTable

IDataValidationTable ParentTable { get; }

Property Value

IDataValidationTable

PromptBoxHPosition

Vertical position of the prompt box.

int PromptBoxHPosition { get; set; }

Property Value

int

PromptBoxVPosition

Vertical position of the prompt box.

int PromptBoxVPosition { get; set; }

Property Value

int

ShapesCount

int ShapesCount { get; }

Property Value

int

Workbook

Workbook Workbook { get; }

Property Value

Workbook

Worksheet

Worksheet Worksheet { get; }

Property Value

Worksheet

Methods

Remove(Rectangle[])

void Remove(Rectangle[] rectangles)

Parameters

rectangles Rectangle[]