GrapeCity.Xaml.Excel
GetDataValidations Method (IExcelWorksheet)


Gets the all data validation setting in the worksheet.
Syntax
'Declaration
 
Function GetDataValidations() As List(Of IExcelDataValidation)
'Usage
 
Dim instance As IExcelWorksheet
Dim value As List(Of IExcelDataValidation)
 
value = instance.GetDataValidations()
List<IExcelDataValidation> GetDataValidations()

Return Value

A collection of IExcelDataValidation represents all data validation settings in the worksheet
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options