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