Hi all:
I'm looking for the .Net equivalants of the Excel Enum Constants.
For example:
XL.Selection.PasteSpecial(Paste:=<b>Excel.XlFindLookIn.xlValues</b>, Operation:=Excel.XlPasteSpecialOperation.xlPasteSpecialOperationMultiply, SkipBlanks _
:=False, Transpose:=False)
Where Excel.XlFindLookIn.xlValues is a constant.
I need the constant for xlSum to do subtotals. Does anyone know of a list of these constants?
Thanks,
Ron
Ron Repp
I'm looking for the .Net equivalants of the Excel Enum Constants.
For example:
XL.Selection.PasteSpecial(Paste:=<b>Excel.XlFindLookIn.xlValues</b>, Operation:=Excel.XlPasteSpecialOperation.xlPasteSpecialOperationMultiply, SkipBlanks _
:=False, Transpose:=False)
Where Excel.XlFindLookIn.xlValues is a constant.
I need the constant for xlSum to do subtotals. Does anyone know of a list of these constants?
Thanks,
Ron
Ron Repp