Compares two XllAttributes instances.
Namespace:
XllPlusAssembly: Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
Syntax
| C# |
|---|
public int Compare( XllAttributes other ) |
| Visual Basic (Declaration) |
|---|
Public Function Compare ( _ other As XllAttributes _ ) As Integer |
| Visual C++ |
|---|
public: int Compare( XllAttributes^ other ) |
Parameters
- other
- Type: XllPlus..::.XllAttributes
A second instance to be compared to this.