GetSolarVersion Function
현재 Collabora Office 버전의 내부 번호를 구합니다.
구문:
s = GetSolarVersion
반환 값:
String
예:
Sub ExampleGetSolarVersion
Dim sSep As String
sSep = GetSolarVersion
MsgBox sSep,64,"Version number of the solar technology"
End Sub
Collabora Office 25.04 Help
현재 Collabora Office 버전의 내부 번호를 구합니다.
s = GetSolarVersion
String
Sub ExampleGetSolarVersion
Dim sSep As String
sSep = GetSolarVersion
MsgBox sSep,64,"Version number of the solar technology"
End Sub