C# 클래스 ExcelDna.Registration.ParamsRegistration

파일 보기 프로젝트 열기: Excel-DNA/Registration

공개 메소드들

메소드 설명
ProcessParamsRegistrations ( this registrations ) : IEnumerable

Adds parameters to amy function ending in a params parameter, to take the total number of parameters to 125 (or 29 under Excel 2003).

비공개 메소드들

메소드 설명
IsParamsMethod ( ExcelDna.Registration.ExcelFunctionRegistration reg ) : bool
WrapMethodParams ( LambdaExpression functionLambda ) : LambdaExpression

메소드 상세

ProcessParamsRegistrations() 공개 정적인 메소드

Adds parameters to amy function ending in a params parameter, to take the total number of parameters to 125 (or 29 under Excel 2003).
public static ProcessParamsRegistrations ( this registrations ) : IEnumerable
registrations this
리턴 IEnumerable