ILegendInfo Interface
Dim pLegendInfo As ILegendInfo Set pLegendInfo = pLayer Dim pLegendGroup As ILegendGroup Set pLegendGroup = pLegendInfo.LegendGroup(0) pLegendGroup.Heading = "見出し" pMxDocument.UpdateContents
2016/9/1 (木)
ILegendInfo Interface
Dim pLegendInfo As ILegendInfo Set pLegendInfo = pLayer Dim pLegendGroup As ILegendGroup Set pLegendGroup = pLegendInfo.LegendGroup(0) pLegendGroup.Heading = "見出し" pMxDocument.UpdateContents