GrapeCity.Xaml.Excel
GetDataValidations Method (IExcelWorksheet)


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