|
| EPPlus 3.0 |
| ExcelDataValidationCollection..::.AddIntegerValidation Method |
| ExcelDataValidationCollection Class See Also Send Feedback |
Adds an IExcelDataValidationInt to the worksheet. Whole means that the only accepted values
are integer values.
Namespace:
OfficeOpenXml.DataValidation
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public IExcelDataValidationInt AddIntegerValidation( string address ) |
| Visual Basic (Declaration) |
|---|
Public Function AddIntegerValidation ( _ address As String _ ) As IExcelDataValidationInt |
| Visual C++ |
|---|
public: IExcelDataValidationInt^ AddIntegerValidation( String^ address ) |
Parameters
- address
- Type: System..::.String
the range/address to validate
Return Value
[Missing <returns> documentation for "M:OfficeOpenXml.DataValidation.ExcelDataValidationCollection.AddIntegerValidation(System.String)"]
