일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Binary
- inheritance
- Contour
- UNO
- sensor
- preprocessing
- parameter
- Read
- Encapusulation
- mfc
- Pointer
- Class
- SERIAL
- wpf
- compare
- java
- Android
- Overloading
- memory
- stream
- aduino
- digitalRead
- public
- length
- file access
- flutter
- Unity
- APP
- Barcode
- atmega328
Archives
- Today
- Total
목록mso (1)
폴크(FOLC)
C# 테크닉 - xls 파일에 Local Image 추가하기
# xls 파일에 Local Storage 에 있는 Image 를 Load 해서 추가한다. > 추가하는 이미지의 크기를 파라미터로 입력할 수 있다. # 관련 소스 코드 > using Excel = Microsoft.Office.Interop.Excel; > Excel.Range PositionXY = (Excel.Range)workSheet.Cells[Row, Col]; > workSheet.Shapes.AddPicture(strSaveFileFullPath, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoTrue, PositionXY.Left, PositionXY.Top, 100, 100);
C#, WF, WPF(.NET)/C#, WF, WPF(.NET) 테크닉
2021. 10. 11. 23:54