public class VbaModuleAttribute
extends Object
The attribute of the VbaModule object
-
Constructor Summary
Constructors
-
Method Summary
boolean
Gets key of VBA module attribute.
Gets value of VBA module attribute.
int
void
void
-
Constructor Details
-
VbaModuleAttribute
public VbaModuleAttribute()
-
Method Details
-
-
getKey
Gets key of VBA module attribute.
- Returns:
- key
-
setKey
public void setKey(String key)
-
-
getValue
Gets value of VBA module attribute.
- Returns:
- value
-
setValue
public void setValue(String value)
-
-
-