ParameterType Enumeration |
Represents all parameters' type or return value type of function.
Namespace: Aspose.CellsAssembly: Aspose.Cells (in Aspose.Cells.dll) Version: 19.11.0.0 (19.11)
Syntaxpublic enum ParameterType
Public Enumeration ParameterType
public enum class ParameterType
Members
| Member name | Value | Description |
---|
| Reference | 0 | |
| Value | 1 | |
| Array | 2 | |
See Also