글꼴 기울임 속성 적용

This commit is contained in:
tindevil
2021-01-18 22:27:50 +09:00
parent 38f3d4a51e
commit 888ed0f1bc
6 changed files with 293 additions and 200 deletions

View File

@@ -4,6 +4,8 @@
Dim StyleLista() As C_Epole.SStyle
Public Function GetFileCount() As Short
If Me.allini Is Nothing Then Return 0
Try
Return Me.allini.GetUpperBound(0)
Catch ex As Exception