I'm learning office handling by C# but there are not full of references.
So I've just found by Google and MSDN how to access Office Programming by C#.
I wondered the meaning of Type.missing when I made a sample program like Excel Chart.
Finally,l I found it's meaning:
In the above code snippet, Type.Missing is used. This is because the above Excel method
requires multiple optional parameters that describe the behavior of the Excel chart you are
creating. In C#, you can only pass the Type.Missing value for parameters that accept reference types.
I think office programming by C# is good.
that's all.
So I've just found by Google and MSDN how to access Office Programming by C#.
I wondered the meaning of Type.missing when I made a sample program like Excel Chart.
Finally,l I found it's meaning:
In the above code snippet, Type.Missing is used. This is because the above Excel method
requires multiple optional parameters that describe the behavior of the Excel chart you are
creating. In C#, you can only pass the Type.Missing value for parameters that accept reference types.
I think office programming by C# is good.
that's all.
'C#' 카테고리의 다른 글
' 따옴표가 포함된 데이터 DB에 저장할 때 에러 해결하기 (0) | 2009.08.12 |
---|---|
문장이 특정한 문자열로 시작되는지 혹은 끝나는지 알고 싶을 때 어떻게 하면 될까요? (0) | 2009.08.11 |
예제로 OOP를 이해해 보자.(이벤트 핸들러, 다형성) (0) | 2008.09.20 |
delegate 알아보기 (0) | 2008.09.19 |
구조체 함수 이용하기 (0) | 2008.09.18 |