public EditedEdgeAttributes ( Nullable color, Nullable width, Nullable style, Nullable alpha, Nullable visibility, String label, Nullable labelTextColor, Nullable labelFontSize, System.Boolean workbookMustBeReread ) : System |
color |
Nullable |
/// The color that was applied to the selected edges, or null if a color
/// wasn't applied.
/// |
width |
Nullable |
/// The width that was applied to the selected edges, or null if a width
/// wasn't applied. If not null, the width must be between and .
/// |
style |
Nullable |
/// The style that was applied to the selected edges, or null if a style
/// wasn't applied.
/// |
alpha |
Nullable |
/// The alpha that was applied to the selected edges, or null if an alpha
/// wasn't applied. If not null, the alpha must be between and .
/// |
visibility |
Nullable |
/// The visibility that was applied to the selected edges, or null if a
/// visibility wasn't applied.
/// |
label |
String |
/// The label that was applied to the selected edges, or null if a label
/// wasn't applied.
/// |
labelTextColor |
Nullable |
/// The label text color that was applied to the selected edges, or null if
/// a label text color wasn't applied.
/// |
labelFontSize |
Nullable |
/// The label font size that was applied to the selected edges, or null if
/// a label font size wasn't applied. If not null, the size must be
/// between and
/// .
/// |
workbookMustBeReread |
System.Boolean |
/// true if the caller must read the workbook again.
/// |
return |
System |
|