GrapeCity.Xaml.Excel
GetDataValidations Method (ExcelWorksheet)


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

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options