'Declaration
Function ExcelSetValidationData( _ ByVal sheet As Short, _ ByVal cellRgnList As ArrayList, _ ByVal formula As String, _ ByVal isEditable As Boolean _ ) As Boolean
'Usage
Dim instance As IExcelXml Dim sheet As Short Dim cellRgnList As ArrayList Dim formula As String Dim isEditable As Boolean Dim value As Boolean value = instance.ExcelSetValidationData(sheet, cellRgnList, formula, isEditable)
bool ExcelSetValidationData( short sheet, ArrayList cellRgnList, string formula, bool isEditable )
Parameters
- sheet
- Sheet index
- cellRgnList
- Validation list for the cell range
- formula
- Formula
- isEditable