Office 2016 Standard, Professional Plus, and Home & Business editions added with PerpetualVL2019 channel for volume licenses. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 sor
162 B
C#
11 sor
162 B
C#
namespace InstaSoftOfficeTool.Models
|
|
{
|
|
public enum OfficeVersion
|
|
{
|
|
Office2024,
|
|
Office2021,
|
|
Office2019,
|
|
Office2016
|
|
}
|
|
}
|